mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
Remove VIRTUAL_DESKTOP code
Even the option to enable "virtual desktop" in configure.ac was commented out...and I would never intend to use it anyway. So let's just remove the ~800 lines of #ifdef'ed code to have a cleaner code base to read when bored.
This commit is contained in:
@@ -90,13 +90,6 @@ enum {
|
||||
#ifdef KEEP_XKB_LOCK_STATUS
|
||||
WKBD_TOGGLE,
|
||||
#endif
|
||||
|
||||
#ifdef VIRTUAL_DESKTOP
|
||||
WKBD_VDESK_LEFT,
|
||||
WKBD_VDESK_RIGHT,
|
||||
WKBD_VDESK_UP,
|
||||
WKBD_VDESK_DOWN,
|
||||
#endif
|
||||
/* keep this last */
|
||||
WKBD_LAST
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user