diff --git a/hw/xwin/winprefs.c b/hw/xwin/winprefs.c index faa97c351..52d1bc11c 100644 --- a/hw/xwin/winprefs.c +++ b/hw/xwin/winprefs.c @@ -57,9 +57,6 @@ extern int parse_file(FILE * fp); /* Currently in use command ID, incremented each new menu item created */ static int g_cmdid = STARTMENUID; -/* Defined in DIX */ -extern char *display; - /* Local function to handle comma-ified icon names */ static HICON LoadImageComma(char *fname, int sx, int sy, int flags);