[Xfce4-commits] [apps/xfce4-dict] 31/43: Remove dangling function

noreply at xfce.org noreply at xfce.org
Tue Nov 1 00:31:44 CET 2016


This is an automated email from the git hooks/post-receive script.

andre pushed a commit to branch master
in repository apps/xfce4-dict.

commit 16a6552cb3b389a81b22f1bad7e1791e7721d17d
Author: Andre Miranda <andre42m at gmail.com>
Date:   Mon Aug 22 21:19:40 2016 -0300

    Remove dangling function
---
 lib/common.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/lib/common.c b/lib/common.c
index f16b81f..8a52578 100644
--- a/lib/common.c
+++ b/lib/common.c
@@ -302,17 +302,6 @@ static void parse_geometry(DictData *dd, const gchar *str)
 }
 
 
-static gdouble scale_round(gdouble val, gdouble factor)
-{
-	/*val = floor(val * factor + 0.5);*/
-	val = floor(val);
-	val = MAX(val, 0);
-	val = MIN(val, factor);
-
-	return val;
-}
-
-
 static gchar *get_spell_program(void)
 {
 	gchar *path;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list