diff options
Diffstat (limited to 'tksao/util/util.h')
-rw-r--r-- | tksao/util/util.h | 1 |
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*); |