diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2005-08-17 19:26:03 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-08-17 19:26:03 +0000 |
commit | 5e803c0fcfd0ee2d570bd8a370b6c312d13189e8 (patch) | |
tree | f44ef0f555113ab229d9734d23276f22f2960d18 /Src/Zle | |
parent | 28d9c8376468961c4e57c06fb1626c3a3f2f9855 (diff) | |
download | zsh-5e803c0fcfd0ee2d570bd8a370b6c312d13189e8.tar.gz zsh-5e803c0fcfd0ee2d570bd8a370b6c312d13189e8.tar.xz zsh-5e803c0fcfd0ee2d570bd8a370b6c312d13189e8.zip |
Got rid of an empty #ifdef/#else/#endif.
Diffstat (limited to 'Src/Zle')
-rw-r--r-- | Src/Zle/zle_vi.c | 4 |
1 files changed, 0 insertions, 4 deletions
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)) |