diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-01-22 10:43:48 +0000 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-01-22 10:43:48 +0000 |
| commit | 9dcb08c4506eecb050e4dbaed872fb0bb9f9a3d9 (patch) | |
| tree | 6a2f05fe18a6152335c832a20e1f7c543badcf48 /include | |
| parent | a67c380a43e96baa646e485b04406004a51af674 (diff) | |
util.c: remove numlen function
Its uses have been replaced by snprintf, which is more in line with its usage.
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. */ |
