From 75dbe4fdb9ad6d9cd419ef72a601952dfbf9f69c Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Mon, 21 Feb 2011 21:31:07 +0100 Subject: [PATCH] workspaces: Remove the unused '_removeSelf' method https://bugzilla.gnome.org/show_bug.cgi?id=640363 --- js/ui/workspace.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/ui/workspace.js b/js/ui/workspace.js index 1f34fba1a..5babb01eb 100644 --- a/js/ui/workspace.js +++ b/js/ui/workspace.js @@ -1290,11 +1290,6 @@ Workspace.prototype = { this.metaWorkspace.index()); }, - _removeSelf : function(actor, event) { - screen.remove_workspace(this.metaWorkspace, event.get_time()); - return true; - }, - // Draggable target interface handleDragOver : function(source, actor, x, y, time) { if (source.realWindow && !this._isMyWindow(source.realWindow))