aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LDesktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'lumina-desktop/LDesktop.h')
-rw-r--r--lumina-desktop/LDesktop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lumina-desktop/LDesktop.h b/lumina-desktop/LDesktop.h
index 4860313e..f949d861 100644
--- a/lumina-desktop/LDesktop.h
+++ b/lumina-desktop/LDesktop.h
@@ -70,7 +70,6 @@ private:
QLabel *workspacelabel;
QWidgetAction *wkspaceact;
QList<LDPlugin*> PLUGINS;
- //QFileSystemWatcher *watcher;
QString CBG; //current background
QRect globalWorkRect;
void CreateDesktopPluginContainer(LDPlugin*);
bgstack15