From 005699a6f5220862e53950506c771344a4dac5cf Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 9 Feb 2011 15:28:00 -0500 Subject: client: clean up warnings --- src/client/plymouth.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/client/plymouth.c') diff --git a/src/client/plymouth.c b/src/client/plymouth.c index e6c5dfda..462ec25a 100644 --- a/src/client/plymouth.c +++ b/src/client/plymouth.c @@ -548,13 +548,11 @@ on_question_request (state_t *state, { char *prompt; char *program; - int number_of_tries; bool dont_pause; question_answer_state_t *question_answer_state; prompt = NULL; program = NULL; - number_of_tries = 0; dont_pause = false; ply_command_parser_get_command_options (state->command_parser, @@ -636,11 +634,9 @@ on_keystroke_request (state_t *state, { char *keys; char *program; - bool remove; keys = NULL; program = NULL; - remove = false; ply_command_parser_get_command_options (state->command_parser, command, -- cgit v1.2.3