main: Remove left-over 'hotCorner' global
Commit259c84ed9a
refactored out HotCorner into its own class and added this line and a variable, but it was left behind when the variable disappeared in commit7cf311dac0
.
This commit is contained in:
parent
031e606972
commit
7077e57d53
@ -141,7 +141,6 @@ function start() {
|
|||||||
magnifier = new Magnifier.Magnifier();
|
magnifier = new Magnifier.Magnifier();
|
||||||
statusIconDispatcher = new StatusIconDispatcher.StatusIconDispatcher();
|
statusIconDispatcher = new StatusIconDispatcher.StatusIconDispatcher();
|
||||||
panel = new Panel.Panel();
|
panel = new Panel.Panel();
|
||||||
hotCorner = new Panel.HotCorner();
|
|
||||||
wm = new WindowManager.WindowManager();
|
wm = new WindowManager.WindowManager();
|
||||||
messageTray = new MessageTray.MessageTray();
|
messageTray = new MessageTray.MessageTray();
|
||||||
notificationDaemon = new NotificationDaemon.NotificationDaemon();
|
notificationDaemon = new NotificationDaemon.NotificationDaemon();
|
||||||
|
Loading…
Reference in New Issue
Block a user