diff options
author | erdgeist <> | 2003-04-03 17:26:45 +0000 |
---|---|---|
committer | erdgeist <> | 2003-04-03 17:26:45 +0000 |
commit | a6f899fc5ee4aefe3e5922336a034ca902aeaef0 (patch) | |
tree | d68866d2b351ed07e52a7ef6cae879fbafae3b74 /vchat-ui.c | |
parent | eff6ed2586f19fa86242eed610d339ee111699e9 (diff) |
Unused Variable Warning
Diffstat (limited to 'vchat-ui.c')
-rwxr-xr-x | vchat-ui.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1300,8 +1300,6 @@ exitui (void) | |||
1300 | void | 1300 | void |
1301 | nickprompt (void) | 1301 | nickprompt (void) |
1302 | { | 1302 | { |
1303 | int i; | ||
1304 | |||
1305 | if (nick) | 1303 | if (nick) |
1306 | return; | 1304 | return; |
1307 | 1305 | ||