Index: Source/devtools/front_end/Settings.js |
diff --git a/Source/devtools/front_end/Settings.js b/Source/devtools/front_end/Settings.js |
index 7386c884142465070f592f382d8fc3c6fefc624c..558286188556380f9695e7d72bff6edb44f755eb 100644 |
--- a/Source/devtools/front_end/Settings.js |
+++ b/Source/devtools/front_end/Settings.js |
@@ -107,8 +107,6 @@ WebInspector.Settings = function() |
this.showWhitespacesInEditor = this.createSetting("showWhitespacesInEditor", false); |
this.skipStackFramesSwitch = this.createSetting("skipStackFramesSwitch", false); |
this.skipStackFramesPattern = this.createSetting("skipStackFramesPattern", ""); |
- this.showEmulationViewInDrawer = this.createSetting("showEmulationViewInDrawer", true); |
- this.showRenderingViewInDrawer = this.createSetting("showRenderingViewInDrawer", true); |
this.pauseOnExceptionEnabled = this.createSetting("pauseOnExceptionEnabled", false); |
this.pauseOnCaughtException = this.createSetting("pauseOnCaughtException", false); |
this.enableAsyncStackTraces = this.createSetting("enableAsyncStackTraces", false); |