[oxygen] Drop redefining the default decoration buttons

There is no difference between Oxygen and default KDecoration, so
it's not needed. It's also conceptionally wrong: decorations should
not be able to change the global default.
icc-effect-5.14.5
Martin Gräßlin 2013-10-10 11:31:55 +02:00
parent 47857bb9f3
commit 5012f9e83a
2 changed files with 0 additions and 14 deletions

View File

@ -1327,14 +1327,6 @@ namespace Oxygen
}
//_________________________________________________________
QString Client::defaultButtonsLeft() const
{ return KCommonDecoration::defaultButtonsLeft(); }
//_________________________________________________________
QString Client::defaultButtonsRight() const
{ return QStringLiteral("HIAX"); }
//________________________________________________________________
void Client::updateWindowShape()
{

View File

@ -192,12 +192,6 @@ namespace Oxygen
//@}
//! default buttons located on the left
virtual QString defaultButtonsLeft() const;
//! default buttons located on the right
virtual QString defaultButtonsRight() const;
//! title alignment
inline Qt::Alignment titleAlignment( void ) const;