summaryrefslogtreecommitdiffstats
path: root/src/traylabelmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/traylabelmgr.h')
-rw-r--r--src/traylabelmgr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/traylabelmgr.h b/src/traylabelmgr.h
index 90ff1ba..d5fdb9e 100644
--- a/src/traylabelmgr.h
+++ b/src/traylabelmgr.h
@@ -40,7 +40,6 @@ class TrayLabelMgr : public TQObject, public KSessionManaged
public:
static TrayLabelMgr* instance();
- static TQString options(void) { return TQString(mOptionString); }
~TrayLabelMgr();
@@ -79,7 +78,6 @@ private:
bool mReady;
int mHiddenLabelsCount;
- static const char *mOptionString;
static TrayLabelMgr *gTrayLabelMgr;
};