Index: Source/devtools/front_end/UISourceCode.js |
diff --git a/Source/devtools/front_end/UISourceCode.js b/Source/devtools/front_end/UISourceCode.js |
index e0530dd3a85a4da6ba639a814ba6f33853bdd9d1..9f5ec850b152b31b0ba4e1781cd802bba9799bf8 100644 |
--- a/Source/devtools/front_end/UISourceCode.js |
+++ b/Source/devtools/front_end/UISourceCode.js |
@@ -221,22 +221,6 @@ WebInspector.UISourceCode.prototype = { |
}, |
/** |
- * @return {WebInspector.StyleFile} |
- */ |
- styleFile: function() |
- { |
- return this._styleFile; |
- }, |
- |
- /** |
- * @param {WebInspector.StyleFile} styleFile |
- */ |
- setStyleFile: function(styleFile) |
- { |
- this._styleFile = styleFile; |
- }, |
- |
- /** |
* @return {WebInspector.Project} |
*/ |
project: function() |