diff options
author | Adam Jackson <ajax@redhat.com> | 2008-08-18 17:56:18 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-08-18 17:56:18 -0400 |
commit | b3dfd7e3e4deef21b40c885f8e7eae34b55888b2 (patch) | |
tree | b4e1ee3446511365c6f76f6710aeedf845ae4d3b /hw/xfree86/common/xf86Globals.c | |
parent | 5e43cd28692bc05cac80f38b47104a26c0524385 (diff) |
Remove unused xf86Info.sharedMonitor
Diffstat (limited to 'hw/xfree86/common/xf86Globals.c')
-rw-r--r-- | hw/xfree86/common/xf86Globals.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Globals.c b/hw/xfree86/common/xf86Globals.c index 489b9645a..54c934ac4 100644 --- a/hw/xfree86/common/xf86Globals.c +++ b/hw/xfree86/common/xf86Globals.c @@ -108,7 +108,6 @@ xf86InfoRec xf86Info = { FALSE, /* dontZoom */ FALSE, /* notrapSignals */ FALSE, /* caughtSignal */ - FALSE, /* sharedMonitor */ NULL, /* currentScreen */ #ifdef CSRG_BASED -1, /* screenFd */ |