Remove unused variables.

This commit is contained in:
David Reveman 2008-09-16 13:36:21 -04:00
parent 64d26cd612
commit 7d2698526b

View file

@ -203,14 +203,6 @@ typedef struct _DMXScreenInfo {
/*---------- Other related information ----------*/ /*---------- Other related information ----------*/
int shared; /**< Non-zero if another Xdmx is running */
PositionType where; /**< Relative layout information */
int whereX; /**< Relative layout information */
int whereY; /**< Relative layout information */
int whereRefScreen; /**< Relative layout information */
int savedTimeout; /**< Original screen saver timeout */
int dpmsCapable; /**< Non-zero if backend is DPMS capable */ int dpmsCapable; /**< Non-zero if backend is DPMS capable */
int dpmsEnabled; /**< Non-zero if DPMS enabled */ int dpmsEnabled; /**< Non-zero if DPMS enabled */
int dpmsStandby; /**< Original DPMS standby value */ int dpmsStandby; /**< Original DPMS standby value */