summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid/liquidset.h
Side-by-side diff
Diffstat (limited to 'noncore/styles/liquid/liquidset.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/styles/liquid/liquidset.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/styles/liquid/liquidset.h b/noncore/styles/liquid/liquidset.h
index 8a03447..6d9555a 100644
--- a/noncore/styles/liquid/liquidset.h
+++ b/noncore/styles/liquid/liquidset.h
@@ -17,7 +17,6 @@ public:
public slots:
void changeType ( int t );
void changeShadow ( bool b );
- void changeDeco ( bool b );
void changeFlat ( bool b );
virtual bool writeConfig ( );
@@ -25,7 +24,6 @@ public slots:
private:
int m_type;
bool m_shadow;
- bool m_deco;
bool m_flat;
QSlider * m_opacsld;