From 038bb8cc7c4dee77f8ee4ba3ac1ffc47409b2370 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 23 Jan 2016 15:50:57 -0500 Subject: s/numlen/log10/g --- include/util.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/util.h b/include/util.h index dc47e343..7f4b3ace 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 - */ -int numlen(int n); - /** * Get modifier mask from modifier name. * -- cgit v1.2.3-54-g00ecf