mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 21:10:09 +01:00
Remove unused xf86Info.sharedMonitor
This commit is contained in:
parent
5e43cd2869
commit
b3dfd7e3e4
2 changed files with 0 additions and 2 deletions
|
|
@ -108,7 +108,6 @@ xf86InfoRec xf86Info = {
|
|||
FALSE, /* dontZoom */
|
||||
FALSE, /* notrapSignals */
|
||||
FALSE, /* caughtSignal */
|
||||
FALSE, /* sharedMonitor */
|
||||
NULL, /* currentScreen */
|
||||
#ifdef CSRG_BASED
|
||||
-1, /* screenFd */
|
||||
|
|
|
|||
|
|
@ -81,7 +81,6 @@ typedef struct {
|
|||
Bool caughtSignal;
|
||||
|
||||
/* graphics part */
|
||||
Bool sharedMonitor;
|
||||
ScreenPtr currentScreen;
|
||||
#if defined(CSRG_BASED) || defined(__FreeBSD_kernel__)
|
||||
int screenFd; /* fd for memory mapped access to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue