summary refs log tree commit diff stats
path: root/src/common/plugin.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-04 17:52:07 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-04 17:52:58 +0100
commitd7daa8bc3c4b54d3fa751eb6763ba063ea901efc (patch)
treedefb9a53321db3bc05dca5a0c83c9227174760df /src/common/plugin.c
parent9a643bfaaa0f3685f213b62b1082d61dff82cd51 (diff)
Case simplification
Diffstat (limited to 'src/common/plugin.c')
-rw-r--r--src/common/plugin.c2
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 ();