workspaces: Remove the unused '_removeSelf' method
https://bugzilla.gnome.org/show_bug.cgi?id=640363
This commit is contained in:
parent
c692fa4687
commit
75dbe4fdb9
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user