diff options
Diffstat (limited to 'src/map/log.c')
-rw-r--r-- | src/map/log.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/log.c b/src/map/log.c index b50bcfb70..bd5079a40 100644 --- a/src/map/log.c +++ b/src/map/log.c @@ -19,8 +19,6 @@ struct Log_Config log_config; char timestring[255]; time_t curtime; -static int should_log_item(int filter, int nameid, int amount); //log filter check - //FILTER OPTIONS //0 = Don't log //1 = Log any item |