From 7077e57d5349dd43d68e40e346b60d6e7fb42ca9 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 23 Feb 2011 17:09:28 -0500 Subject: [PATCH] main: Remove left-over 'hotCorner' global Commit 259c84ed9a refactored out HotCorner into its own class and added this line and a variable, but it was left behind when the variable disappeared in commit 7cf311dac024d. --- js/ui/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/main.js b/js/ui/main.js index 448ce990c..6b531fe60 100644 --- a/js/ui/main.js +++ b/js/ui/main.js @@ -141,7 +141,6 @@ function start() { magnifier = new Magnifier.Magnifier(); statusIconDispatcher = new StatusIconDispatcher.StatusIconDispatcher(); panel = new Panel.Panel(); - hotCorner = new Panel.HotCorner(); wm = new WindowManager.WindowManager(); messageTray = new MessageTray.MessageTray(); notificationDaemon = new NotificationDaemon.NotificationDaemon();