summaryrefslogtreecommitdiffstats
path: root/tksao/util/util.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2020-03-19 15:44:06 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2020-03-19 15:44:06 (GMT)
commita6a08197aaf669eefcae6d183ea91fc58f5387cf (patch)
tree8efddb67a0f0b55d20d6b380bc1ddf6a783ed79f /tksao/util/util.h
parentd32f7bea985401e3cffea5b2327ea237df23010d (diff)
downloadblt-a6a08197aaf669eefcae6d183ea91fc58f5387cf.zip
blt-a6a08197aaf669eefcae6d183ea91fc58f5387cf.tar.gz
blt-a6a08197aaf669eefcae6d183ea91fc58f5387cf.tar.bz2
clean up code
Diffstat (limited to 'tksao/util/util.h')
-rw-r--r--tksao/util/util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tksao/util/util.h b/tksao/util/util.h
index 185ab55..69f7127 100644
--- a/tksao/util/util.h
+++ b/tksao/util/util.h
@@ -19,7 +19,6 @@ using namespace std;
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-#include "fuzzy.h"
#include "vector.h"
#ifndef PATH_MAX
@@ -117,6 +116,4 @@ extern const char* psFontName(const char*);
extern int psFontSize(const char*);
extern const char* psFontName(const char*, const char*, const char*);
-extern int fCompare(const void*, const void*);
-extern int dCompare(const void*, const void*);
#endif