From 5e803c0fcfd0ee2d570bd8a370b6c312d13189e8 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 17 Aug 2005 19:26:03 +0000 Subject: Got rid of an empty #ifdef/#else/#endif. --- Src/Zle/zle_vi.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Src/Zle') diff --git a/Src/Zle/zle_vi.c b/Src/Zle/zle_vi.c index b0537d1ac..a83f0197e 100644 --- a/Src/Zle/zle_vi.c +++ b/Src/Zle/zle_vi.c @@ -839,10 +839,6 @@ vicapslockpanic(UNUSED(char **args)) return 0; } -#ifdef ZLE_UNICODE_SUPPORT -#else -#endif - /**/ int visetbuffer(UNUSED(char **args)) -- cgit 1.4.1