Why should one enable in sources something that apparently works just fine?

CCMAIL: tpr@d5k.net


svn path=/trunk/KDE/kdebase/workspace/; revision=787165
This commit is contained in:
Luboš Luňák 2008-03-18 17:50:07 +00:00
parent ff34ea9e79
commit eb5672ed3b

View file

@ -191,13 +191,11 @@ KCommonDecorationButton *OxygenClient::createButton(::ButtonType type)
case CloseButton:
return new OxygenButton(*this, i18n("Close"), ButtonClose);
/*
case AboveButton:
return new OxygenButton(*this, i18n("Keep above others"), ButtonAbove);
case BelowButton:
return new OxygenButton(*this, i18n("Keep below others"), ButtonBelow);
*/
/*
case OnAllDesktopsButton: