diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-04 17:52:07 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-04 17:52:58 +0100 |
commit | d7daa8bc3c4b54d3fa751eb6763ba063ea901efc (patch) | |
tree | defb9a53321db3bc05dca5a0c83c9227174760df /src/common | |
parent | 9a643bfaaa0f3685f213b62b1082d61dff82cd51 (diff) |
Case simplification
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/plugin.c | 2 |
1 files changed, 0 insertions, 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 (); |