From d7daa8bc3c4b54d3fa751eb6763ba063ea901efc Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 4 Nov 2012 17:52:07 +0100 Subject: [PATCH] Case simplification --- src/common/plugin.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/plugin.c b/src/common/plugin.c index d4081968..5555a1a6 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -1051,8 +1051,6 @@ hexchat_get_info (hexchat_plugin *ph, const char *id) case 0xdd9b1abd: /* xchatdir */ case 0x9a70daba: /* hexchatdir */ - return get_xdir (); - case 0xe33f6c4a: /* xchatdirfs */ case 0xc1a52107: /* hexchatdirfs */ return get_xdir ();