From 3a5565d508975ff3cdece0eb5681848a52da157c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 23 Sep 2026 23:40:57 +0200 Subject: [PATCH] remove references to theme --- client/homebrew/editor/snippetbar/snippetbar.jsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index 988108a0a..9c1b01aab 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -57,7 +57,6 @@ const Snippetbar = createReactClass({ getInitialState : function() { return { renderer : this.props.renderer, - themeSelector : false, snippets : [], showHistory : false, historyExists : false, @@ -74,7 +73,6 @@ const Snippetbar = createReactClass({ componentDidUpdate : async function(prevProps, prevState) { if(prevProps.renderer != this.props.renderer || - prevProps.theme != this.props.theme || prevProps.themeBundle != this.props.themeBundle || prevProps.brew.snippets != this.props.brew.snippets) { this.setState({ @@ -228,11 +226,6 @@ const Snippetbar = createReactClass({ onClick={this.props.formatCode} > - }