From 5d6eac1251f1e17baa74d0893bb225b775e8ec2e Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Thu, 4 Oct 2007 12:47:05 +0200 Subject: [PATCH] Xephyr: remove an unused variable --- hw/kdrive/ephyr/ephyrinit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/kdrive/ephyr/ephyrinit.c b/hw/kdrive/ephyr/ephyrinit.c index 4a6a11dbf..5034ba5e4 100644 --- a/hw/kdrive/ephyr/ephyrinit.c +++ b/hw/kdrive/ephyr/ephyrinit.c @@ -118,7 +118,6 @@ void processScreenArg (char *screen_size, char *parent_id) { KdCardInfo *card; - static int card_exists; InitCard (0); /*Put each screen on a separate card*/ card = KdCardInfoLast ();