aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/SystemWindow.h
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-08-07 15:17:27 -0400
committerKen Moore <moorekou@gmail.com>2015-08-07 15:17:27 -0400
commit0f364e929052f3fcd838677cfc9237de9e04df36 (patch)
tree605e835562b59fd687072d8b70d98a615dcbb2aa /lumina-desktop/SystemWindow.h
parentTurn off some debugging within the system tray plugin, cleanup the message lo... (diff)
downloadlumina-0f364e929052f3fcd838677cfc9237de9e04df36.tar.gz
lumina-0f364e929052f3fcd838677cfc9237de9e04df36.tar.bz2
lumina-0f364e929052f3fcd838677cfc9237de9e04df36.zip
Remove some old comments, and also remove the old savedScreens variable that I was using for Xinerama testing.
Diffstat (limited to 'lumina-desktop/SystemWindow.h')
-rw-r--r--lumina-desktop/SystemWindow.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lumina-desktop/SystemWindow.h b/lumina-desktop/SystemWindow.h
index a5130405..98617f79 100644
--- a/lumina-desktop/SystemWindow.h
+++ b/lumina-desktop/SystemWindow.h
@@ -2,17 +2,9 @@
#define _LUMINA_DESKTOP_SYSTEM_WINDOW_H
#include <QDialog>
-//#include <QCoreApplication>
-
-//#include <QList>
-//#include <QProcess>
#include "ui_SystemWindow.h"
-//#include "Globals.h"
-//#include <LuminaXDG.h>
-//#include <LuminaX11.h>
-//#include <LuminaOS.h>
bgstack15