Remove stupid hack

svn path=/trunk/kdebase/kwin/; revision=191741
This commit is contained in:
Ryan Cumming 2002-12-03 00:46:13 +00:00
parent 5354333dd5
commit c930e4be78

View file

@ -575,9 +575,7 @@ void KAdvancedConfig::setXinerama(bool on) {
xineramaPlacementEnable->setEnabled(on);
xineramaMaximizeEnable->setEnabled(on);
#else
// Silly way to work around unused variable
if (on == on)
return;
Q_UNUSED(on);
#endif
}