From eb5672ed3b45f9fdaa3e7eabae6ca519e7f366ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Tue, 18 Mar 2008 17:50:07 +0000 Subject: [PATCH] Why should one enable in sources something that apparently works just fine? CCMAIL: tpr@d5k.net svn path=/trunk/KDE/kdebase/workspace/; revision=787165 --- clients/oxygen/oxygenclient.cpp | 2 -- 1 file changed, 2 deletions(-) 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: