summaryrefslogtreecommitdiffstats
path: root/smglobals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smglobals.cpp')
-rw-r--r--smglobals.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/smglobals.cpp b/smglobals.cpp
index 2ed698c..949b5ae 100644
--- a/smglobals.cpp
+++ b/smglobals.cpp
@@ -115,10 +115,6 @@ FrameCache *SmGlobals::frameCache() {
return mFrameCache;
}
-SeriesTreeWidget *SmGlobals::seriesTreeWidget(){
- return mSeriesTreeWidget;
-}
-
QSize SmGlobals::cursorSize() {
if(!mCursorSize.isValid()){
Display *dpy = XOpenDisplay(0);