Merge pull request #1728 from saghul/unused-config-opts

feat(chore): remove unused interfaceConfig options
This commit is contained in:
George Politis 2017-07-05 14:34:11 +02:00 committed by GitHub
commit 88bfa61875
1 changed files with 0 additions and 3 deletions

View File

@ -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',