From 16e972d077c7bdb0e6a1176671d9ed0cbc1ce371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 4 Jul 2017 08:38:06 +0200 Subject: [PATCH] feat(chore): remove unused interfaceConfig options --- interface_config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface_config.js b/interface_config.js index 6ec4accc3d..fd4d0277e6 100644 --- a/interface_config.js +++ b/interface_config.js @@ -1,7 +1,4 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars - CANVAS_EXTRA: 104, - CANVAS_RADIUS: 0, - SHADOW_COLOR: '#ffffff', // TO FIX: this needs to be handled from SASS variables. There are some // methods allowing to use variables both in css and js. DEFAULT_BACKGROUND: '#474747',