aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LSession.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/LSession.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/LSession.h')
-rw-r--r--lumina-desktop/LSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/LSession.h b/lumina-desktop/LSession.h
index 9edaf195..94f9b04d 100644
--- a/lumina-desktop/LSession.h
+++ b/lumina-desktop/LSession.h
@@ -108,7 +108,7 @@ private:
QMediaPlayer *mediaObj;
QSettings *sessionsettings, *DPlugSettings;
bool cleansession;
- QList<QRect> savedScreens;
+ //QList<QRect> savedScreens;
//System Tray Variables
WId SystemTrayID, VisualTrayID;
bgstack15