diff options
Diffstat (limited to 'lout/misc.hh')
-rw-r--r-- | lout/misc.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lout/misc.hh b/lout/misc.hh index f9cb939a..23c2d7c1 100644 --- a/lout/misc.hh +++ b/lout/misc.hh @@ -31,9 +31,6 @@ template <class T> inline T max (T a, T b, T c) extern const char *prgName; void init (int argc, char *argv[]); -void chop (char *s); -char *strip (char *s); - inline void assertNotReached () { |