aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/util.h b/include/util.h
index dc47e343..7f4b3ace 100644
--- a/include/util.h
+++ b/include/util.h
@@ -11,11 +11,6 @@
int wrap(int i, int max);
/**
- * Count number of digits in int
- */
-int numlen(int n);
-
-/**
* Get modifier mask from modifier name.
*
* Returns the modifer mask or 0 if the name isn't found.