From d442494f3aecd82eb26f9691d3d79181a193835d Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Fri, 14 Jan 2011 21:22:18 +0100 Subject: [PATCH] Dash: Remove unused properties --- js/ui/dash.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/ui/dash.js b/js/ui/dash.js index 99f91613c..01de6af44 100644 --- a/js/ui/dash.js +++ b/js/ui/dash.js @@ -78,8 +78,6 @@ function Dash() { Dash.prototype = { _init : function() { - this._menus = []; - this._menuDisplays = []; this._maxHeight = -1; this._iconSize = 48;