diff --git a/build-shims.js b/build-shims.js index 10638c7..d914e69 100644 --- a/build-shims.js +++ b/build-shims.js @@ -30,8 +30,6 @@ mockery.registerMock('@zimbra-client/util', { smimeHandler: 1, isServerSMIMEFeatureAvailable: 1, htmlToText: 1, - hasBit: 1, - getAllowedMailItemActions: 1, flattenFolders: 1 }); diff --git a/src/shims/@zimbra-client/util/index.js b/src/shims/@zimbra-client/util/index.js index b8d0af8..ffb6bd4 100644 --- a/src/shims/@zimbra-client/util/index.js +++ b/src/shims/@zimbra-client/util/index.js @@ -18,8 +18,6 @@ export const zimletEventEmitter = wrap('zimletEventEmitter'); export const smimeHandler = wrap('smimeHandler'); export const isServerSMIMEFeatureAvailable = wrap('isServerSMIMEFeatureAvailable'); export const htmlToText = wrap('htmlToText'); -export const hasBit = wrap('hasBit'); -export const getAllowedMailItemActions = wrap('getAllowedMailItemActions'); export const flattenFolders = wrap('flattenFolders'); export default global.shims['@zimbra-client/util'];