From 8f5550c44e5f43e5b3ab18655bf95fffa713386f Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Fri, 15 Aug 2008 03:45:13 +0200 Subject: [PATCH] [config.c] Remove the togglemax clone --- config.c | 1 - 1 file changed, 1 deletion(-) diff --git a/config.c b/config.c index 752ee39..b76f70f 100644 --- a/config.c +++ b/config.c @@ -14,7 +14,6 @@ typedef struct { func_name_list_t func_list[] = { {"spawn", spawn}, {"killclient", killclient}, - {"togglemax", togglemax}, {"wswitch", wswitch}, {"tagswitch", tagswitch}, {"togglemax", togglemax},