From 7915791bac3ff609e94f355fbb637d7c570a5b32 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 11 Dec 2013 12:17:45 -0800 Subject: [PATCH] kdrive/ephyr; Don't redeclare monitorResolution It's already declared in globals.h Signed-off-by: Keith Packard Reviewed-by: Adam Jackson --- hw/kdrive/ephyr/hostx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/kdrive/ephyr/hostx.c b/hw/kdrive/ephyr/hostx.c index 3e01a4770..44ad8e28f 100644 --- a/hw/kdrive/ephyr/hostx.c +++ b/hw/kdrive/ephyr/hostx.c @@ -85,8 +85,6 @@ static int HostXWantDamageDebug = 0; extern EphyrKeySyms ephyrKeySyms; -extern int monitorResolution; - extern Bool EphyrWantResize; char *ephyrResName = NULL;