summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-01-23 15:50:57 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-01-23 15:51:38 -0500
commit038bb8cc7c4dee77f8ee4ba3ac1ffc47409b2370 (patch)
tree99d79313f422dccfc45307d5960eb873c3d1e226 /include
parentMerge pull request #466 from christophgysin/swaybar_usage (diff)
downloadsway-038bb8cc7c4dee77f8ee4ba3ac1ffc47409b2370.tar.gz
sway-038bb8cc7c4dee77f8ee4ba3ac1ffc47409b2370.tar.zst
sway-038bb8cc7c4dee77f8ee4ba3ac1ffc47409b2370.zip
s/numlen/log10/g
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 @@
11int wrap(int i, int max); 11int wrap(int i, int max);
12 12
13/** 13/**
14 * Count number of digits in int
15 */
16int numlen(int n);
17
18/**
19 * Get modifier mask from modifier name. 14 * Get modifier mask from modifier name.
20 * 15 *
21 * Returns the modifer mask or 0 if the name isn't found. 16 * Returns the modifer mask or 0 if the name isn't found.