[the-board] [ui] Remove the now unused toggled method from ToolBoxGroup
- From: Lucas Almeida Rocha <lucasr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [the-board] [ui] Remove the now unused toggled method from ToolBoxGroup
- Date: Sun, 7 Nov 2010 23:20:34 +0000 (UTC)
commit 11ce50e32cc3b135fcb09f127eec0d5b08d0fb9e
Author: Lucas Rocha <lucasr gnome org>
Date: Sat Nov 6 23:33:54 2010 +0000
[ui] Remove the now unused toggled method from ToolBoxGroup
src/js/ui/toolBoxGroup.js | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/src/js/ui/toolBoxGroup.js b/src/js/ui/toolBoxGroup.js
index 65e834d..9aefc81 100644
--- a/src/js/ui/toolBoxGroup.js
+++ b/src/js/ui/toolBoxGroup.js
@@ -135,16 +135,6 @@ ToolBoxGroup.prototype = {
this._setActiveToolBox(null);
},
- toggle : function() {
- this._visible = !this._visible;
-
- if (this._visible) {
- this._showToolBoxes();
- } else if (!this._activeToolBox) {
- this._hideToolBoxes();
- }
- },
-
destroy : function() {
this._destroyAllToolBoxes();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]