[gnome-shell] overview: Remove unused 'getWorkspacesForWindow' method
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] overview: Remove unused 'getWorkspacesForWindow' method
- Date: Fri, 25 Feb 2011 18:43:52 +0000 (UTC)
commit 260e6662f031f2e1dba40806c0e9a999766daf3a
Author: Adel Gadllah <adel gadllah gmail com>
Date: Fri Feb 25 19:39:16 2011 +0100
overview: Remove unused 'getWorkspacesForWindow' method
js/ui/overview.js | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/js/ui/overview.js b/js/ui/overview.js
index a862c2b..1aeb83b 100644
--- a/js/ui/overview.js
+++ b/js/ui/overview.js
@@ -644,18 +644,6 @@ Overview.prototype = {
this.show();
},
- /**
- * getWorkspacesForWindow:
- * @metaWindow: A #MetaWindow
- *
- * Returns the Workspaces object associated with the given window.
- * This method is not be accessible if the overview is not open
- * and will return %null.
- */
- getWorkspacesForWindow: function(metaWindow) {
- return this.workspaces;
- },
-
//// Private methods ////
_syncInputMode: function() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]