diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/proto.h b/include/proto.h index 5ae70d75..cc0e4562 100644 --- a/include/proto.h +++ b/include/proto.h @@ -89,9 +89,6 @@ int enter_board(const char *boardname); int HasBoardPerm(boardheader_t *bptr); void save_brdbuf(void); void init_brdbuf(void); -#ifdef CRITICAL_MEMORY -void sigfree(int); -#endif int b_config(); // Board Selections int New(void); |