From 6119845d1ff832ea2b7c9cbe7ed6c6637cdcf305 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 9 Jun 2006 10:14:08 -0700 Subject: [PATCH] fix compiler warnings in hw/xnest/Keyboard.c --- hw/xnest/Keyboard.c | 3 --- 1 file changed, 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;