diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/util.h b/include/util.h index e3269d6b..1fd772c0 100644 --- a/include/util.h +++ b/include/util.h @@ -10,11 +10,6 @@ int wrap(int i, int max); /** - * Count number of digits in int, including '-' sign if there is one - */ -int numlen(int n); - -/** * Given a string that represents an RGB(A) color, return a uint32_t * version of the color. */ |