summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/front-end/Drawer.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/front-end/Drawer.js')
-rw-r--r--WebCore/inspector/front-end/Drawer.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/inspector/front-end/Drawer.js b/WebCore/inspector/front-end/Drawer.js
index 1b50f91..23dc483 100644
--- a/WebCore/inspector/front-end/Drawer.js
+++ b/WebCore/inspector/front-end/Drawer.js
@@ -64,12 +64,6 @@ WebInspector.Drawer.prototype = {
}
},
- showView: function(view)
- {
- if (!this.visible || this.visibleView !== view)
- this.visibleView = view;
- },
-
show: function()
{
if (this._animating || this.visible)