diff --git a/clients/oxygen/oxygenclient.cpp b/clients/oxygen/oxygenclient.cpp index 8566f47115..7045a66ced 100644 --- a/clients/oxygen/oxygenclient.cpp +++ b/clients/oxygen/oxygenclient.cpp @@ -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: