| Index: Source/devtools/front_end/components/InspectorView.js
|
| diff --git a/Source/devtools/front_end/components/InspectorView.js b/Source/devtools/front_end/components/InspectorView.js
|
| index 10bb691f874b9295088eeae5d47651a38760ee5e..f9248919e98f9874346a0fe2c553092fa7a9ac59 100644
|
| --- a/Source/devtools/front_end/components/InspectorView.js
|
| +++ b/Source/devtools/front_end/components/InspectorView.js
|
| @@ -198,32 +198,6 @@ WebInspector.InspectorView.prototype = {
|
| this._drawer.initialPanelShown();
|
| },
|
|
|
| - showDrawerEditor: function()
|
| - {
|
| - this._drawer.showDrawerEditor();
|
| - },
|
| -
|
| - /**
|
| - * @return {boolean}
|
| - */
|
| - isDrawerEditorShown: function()
|
| - {
|
| - return this._drawer.isDrawerEditorShown();
|
| - },
|
| -
|
| - hideDrawerEditor: function()
|
| - {
|
| - this._drawer.hideDrawerEditor();
|
| - },
|
| -
|
| - /**
|
| - * @param {boolean} available
|
| - */
|
| - setDrawerEditorAvailable: function(available)
|
| - {
|
| - this._drawer.setDrawerEditorAvailable(available);
|
| - },
|
| -
|
| _tabSelected: function()
|
| {
|
| var panelName = this._tabbedPane.selectedTabId;
|
|
|