Index: Source/devtools/front_end/ConsolePanel.js |
diff --git a/Source/devtools/front_end/ConsolePanel.js b/Source/devtools/front_end/ConsolePanel.js |
index a8e7db780230ffc616c98336178c452c06167d9f..2e72215562f92d45ab87962b68e6aba463e2a74e 100644 |
--- a/Source/devtools/front_end/ConsolePanel.js |
+++ b/Source/devtools/front_end/ConsolePanel.js |
@@ -62,11 +62,6 @@ WebInspector.ConsolePanel.prototype = { |
this._view.searchCanceled(); |
}, |
- canFilter: function() |
- { |
- return this._view.canFilter(); |
- }, |
- |
/** |
* @param {string} query |
* @param {boolean} shouldJump |
@@ -76,14 +71,6 @@ WebInspector.ConsolePanel.prototype = { |
this._view.performSearch(query, shouldJump, this); |
}, |
- /** |
- * @param {string} query |
- */ |
- performFilter: function(query) |
- { |
- this._view.performFilter(query); |
- }, |
- |
jumpToNextSearchResult: function() |
{ |
this._view.jumpToNextSearchResult(this); |