commit d82d44bd3e25f60640c289715430b773c15e176f parent d15a8073d1809fdb493885f35482d5128ef96331 Author: Lorenz A <me@lorenzackermann.xyz> Date: Tue, 6 Jan 2026 08:05:14 +0000 Bug 2006115 - [devtools] Remove not used string property on the StyleEditorPanel. r=devtools-reviewers,bomsy Differential Revision: https://phabricator.services.mozilla.com/D276675 Diffstat:
| M | devtools/client/styleeditor/panel.js | | | 10 | ---------- |
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/devtools/client/styleeditor/panel.js b/devtools/client/styleeditor/panel.js @@ -159,13 +159,3 @@ class StyleEditorPanel extends EventEmitter { } exports.StyleEditorPanel = StyleEditorPanel; - -ChromeUtils.defineLazyGetter( - StyleEditorPanel.prototype, - "strings", - function () { - return Services.strings.createBundle( - "chrome://devtools/locale/styleeditor.properties" - ); - } -);