From 4d8a071134db4ced1870c2d3177fb8a95e249567 Mon Sep 17 00:00:00 2001 From: Furkan Sahin 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/util.h') 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