mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48: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:
@@ -1276,13 +1276,6 @@ void wShowInfoPanel(WScreen * scr)
|
||||
strbuf = wstrappend(strbuf, buf);
|
||||
}
|
||||
|
||||
#ifdef VIRTUAL_DESKTOP
|
||||
if (wPreferences.vdesk_enable)
|
||||
strbuf = wstrappend(strbuf, _(", VirtualDesktop enabled"));
|
||||
else
|
||||
strbuf = wstrappend(strbuf, _(", VirtualDesktop disabled"));
|
||||
#endif
|
||||
|
||||
#ifdef XINERAMA
|
||||
strbuf = wstrappend(strbuf, _("\n"));
|
||||
#ifdef SOLARIS_XINERAMA
|
||||
|
||||
Reference in New Issue
Block a user