From 1a5e425aa62b07511b35928bde1fba0163b96efe Mon Sep 17 00:00:00 2001 From: Rob Cameron Date: Thu, 27 Feb 2014 09:59:18 -0800 Subject: [PATCH] Removed unused variable --- stylesheets/ui-variables.less | 1 - 1 file changed, 1 deletion(-) diff --git a/stylesheets/ui-variables.less b/stylesheets/ui-variables.less index 12b8f41..daffef6 100644 --- a/stylesheets/ui-variables.less +++ b/stylesheets/ui-variables.less @@ -23,7 +23,6 @@ @background-color-highlight: rgba(255, 255, 255, 0.07); @background-color-selected: #343D46; -@editor-background-color: #2B303B; @tree-background-color: #232830; @app-background-color: #2B303B;