diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-09 10:14:08 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-09 10:14:08 -0700 |
commit | 6119845d1ff832ea2b7c9cbe7ed6c6637cdcf305 (patch) | |
tree | b48e89a596ea4d434165d43ef19fe23e21f87a33 /hw/xnest | |
parent | 1a7335ff932baa59a3283c50dd6007d81989b7e3 (diff) |
fix compiler warnings in hw/xnest/Keyboard.c
Diffstat (limited to 'hw/xnest')
-rw-r--r-- | hw/xnest/Keyboard.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xnest/Keyboard.c b/hw/xnest/Keyboard.c index 9b4f1a1ab..a6fabf5a5 100644 --- a/hw/xnest/Keyboard.c +++ b/hw/xnest/Keyboard.c @@ -202,9 +202,6 @@ XkbError: xnestBell, xnestChangeKeyboardControl); #ifdef XKB } else { - FILE *file; - XkbConfigRtrnRec config; - XkbComponentNamesRec names; char *rules, *model, *layout, *variants, *options; |