removed unused functions to set/get internal error messages
[rocksndiamonds.git] / src / libgame / misc.h
index 32dc36c26abc90313ce3d4ba62192aff95cade32..1c51888f9350bb6aab4adfba2b0ec98fbef9b7dd 100644 (file)
@@ -168,9 +168,6 @@ void GetOptions(int, char **,
                void (*print_usage_function)(void),
                void (*print_version_function)(void));
 
-void SetError(char *, ...);
-char *GetError(void);
-
 void *checked_malloc(unsigned int);
 void *checked_calloc(unsigned int);
 void *checked_realloc(void *, unsigned int);