[gnome-shell] workspaces: Remove the unused '_removeSelf' method
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] workspaces: Remove the unused '_removeSelf' method
- Date: Mon, 21 Feb 2011 20:31:27 +0000 (UTC)
commit 75dbe4fdb9ad6d9cd419ef72a601952dfbf9f69c
Author: Adel Gadllah <adel gadllah gmail com>
Date: Mon Feb 21 21:31:07 2011 +0100
workspaces: Remove the unused '_removeSelf' method
https://bugzilla.gnome.org/show_bug.cgi?id=640363
js/ui/workspace.js | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/js/ui/workspace.js b/js/ui/workspace.js
index 1f34fba..5babb01 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))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]