summaryrefslogtreecommitdiffstats
path: root/tksao/util/util.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-18 18:23:06 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-18 18:23:06 (GMT)
commitbf0cc9887939cac3d9b488fdfd8180d5bef851ab (patch)
treeb92b47d5935345436363ef0b661199545bec40b1 /tksao/util/util.h
parenta51d63de1a6b963f9671367831e51aaa5bc9474a (diff)
downloadblt-bf0cc9887939cac3d9b488fdfd8180d5bef851ab.zip
blt-bf0cc9887939cac3d9b488fdfd8180d5bef851ab.tar.gz
blt-bf0cc9887939cac3d9b488fdfd8180d5bef851ab.tar.bz2
clean up internal_error
Diffstat (limited to 'tksao/util/util.h')
-rw-r--r--tksao/util/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tksao/util/util.h b/tksao/util/util.h
index 3609ae6..04321b8 100644
--- a/tksao/util/util.h
+++ b/tksao/util/util.h
@@ -77,7 +77,6 @@ extern void swap2(char* src, char* dest);
extern void swap4(char* src, char* dest);
extern void swap8(char* src, char* dest);
-// defined in ds9.C
extern void internalError(const char*);
extern char* dupstr(const char*);