diff options
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r-- | src/map/chrif.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c index e6fb9b0a8..2aa76ca2d 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -109,6 +109,7 @@ struct chrif_interface *chrif; //This define should spare writing the check in every function. [Skotlex] #define chrif_check(a) do { if(!chrif->isconnected()) return a; } while(0) +#if 0 // Unused /// Resets all the data. static void chrif_reset(void) __attribute__ ((noreturn)); static void chrif_reset(void) @@ -116,6 +117,7 @@ static void chrif_reset(void) // TODO kick everyone out and reset everything [FlavioJS] exit(EXIT_FAILURE); } +#endif // 0 /// Checks the conditions for the server to stop. /// Releases the cookie when all characters are saved. |