diff --git a/client/src/view.js b/client/src/view.js index eb03b4412b..dac5d54d75 100644 --- a/client/src/view.js +++ b/client/src/view.js @@ -126,12 +126,6 @@ Espo.define('view', [], function () { } }, - getStorage: function () { - if (this._helper) { - return this._helper.storage; - } - }, - getDateTime: function () { if (this._helper) { return this._helper.dateTime;