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))