workspaces: Remove the unused '_removeSelf' method

https://bugzilla.gnome.org/show_bug.cgi?id=640363
This commit is contained in:
Adel Gadllah 2011-02-21 21:31:07 +01:00
parent c692fa4687
commit 75dbe4fdb9

View File

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