summaryrefslogtreecommitdiff
path: root/src/client/plymouth.c
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2011-02-09 15:28:00 -0500
committerRay Strode <rstrode@redhat.com>2011-02-09 15:28:00 -0500
commit005699a6f5220862e53950506c771344a4dac5cf (patch)
tree8fcbdbf16a2b0f9f2f8d55cb904ec6da1d6e2be7 /src/client/plymouth.c
parentb81cc2682a142f80839a35bc2686b00798431412 (diff)
client: clean up warnings
Diffstat (limited to 'src/client/plymouth.c')
-rw-r--r--src/client/plymouth.c4
1 files changed, 0 insertions, 4 deletions
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,