Remove stupid hack
svn path=/trunk/kdebase/kwin/; revision=191741
This commit is contained in:
parent
5354333dd5
commit
c930e4be78
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue