[gnome-documents] window: remove dead code



commit fff1401fcb8f42b218b56f4aa629de44178b6afa
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Aug 24 16:21:59 2011 -0400

    window: remove dead code

 src/mainWindow.js |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 320dc49..1b3761e 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -215,10 +215,5 @@ MainWindow.prototype = {
 
     _onToolbarBackClicked: function() {
         this._prepareForOverview();
-    },
-
-    _onToolbarSearchChanged: function(toolbar, text) {
-        this._lastFilter = text;
-        this._model.setFilter(text);
     }
 };



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]