Removed pieces of Knifty which I forgot to remove earlier...

Has caused plugin loading problems for some people.

svn path=/trunk/kdeartwork/kwin-styles/plastik/; revision=253453
This commit is contained in:
Sandro Giessl 2003-09-23 21:16:46 +00:00
parent 863057e660
commit b8c3c6667b

View file

@ -71,7 +71,6 @@ public:
static QFont titleFontTool() { return m_titleFontTool; }
static bool titleShadow() { return m_titleShadow; }
static int borderSize() { return m_borderSize; }
static bool useHighContrastHoveredButtons() { return m_useHighContrastHoveredButtons; }
static bool animateButtons() { return m_animateButtons; }
static bool menuClose() { return m_menuClose; }
static Qt::AlignmentFlags titleAlign() { return m_titleAlign; }
@ -82,7 +81,6 @@ private:
static bool m_titleShadow;
static bool m_shrinkBorders;
static bool m_useHighContrastHoveredButtons;
static bool m_animateButtons;
static bool m_menuClose;
static bool m_reverse;