summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util.c b/src/util.c
index 37a0bf8..a7d0215 100644
--- a/src/util.c
+++ b/src/util.c
@@ -357,11 +357,6 @@ gchar *make_error_message(JsonObject * response, int status)
char *tr_strlpercent(char *buf, double x, size_t buflen)
{
- return tr_strpercent(buf, x, buflen);
-}
-
-char *tr_strpercent(char *buf, double x, size_t buflen)
-{
int precision;
if (x < 10.0)
precision = 2;