diff --git a/src/core/system.js b/src/core/system.js index 38123233b7..dd7bb0d489 100644 --- a/src/core/system.js +++ b/src/core/system.js @@ -34,11 +34,3 @@ BI.prepares.push(function () { BI.SIZE_CONSANTS = BI.Providers.getProvider('bi.provider.system').getConfig('SIZE'); }); - -BI.config('bi.provider.system', function (provider) { - provider.inject('SIZE', { - TOOL_BAR_HEIGHT: 30, - LIST_ITEM_HEIGHT: 30, - TRIGGER_HEIGHT: 30, - }) -});