Drop License code (not used by comunity)

This commit is contained in:
djmaze 2020-08-18 20:45:43 +02:00
parent 97a73c6639
commit 1d4224d733
6 changed files with 9 additions and 79 deletions

View file

@ -523,10 +523,6 @@ export const Notification = {
InvalidPluginPackage: 703,
UnsupportedPluginPackage: 704,
LicensingServerIsUnavailable: 710,
LicensingExpired: 711,
LicensingBanned: 712,
DemoSendMessageError: 750,
DemoAccountError: 751,

View file

@ -348,9 +348,6 @@ export function admin(screenName) {
case 'AdminSecurity':
result += 'security';
break;
case 'AdminLicensing':
result += 'licensing';
break;
// no default
}

View file

@ -62,10 +62,6 @@ const I18N_NOTIFICATION_MAP = [
[Notification.InvalidPluginPackage, 'NOTIFICATIONS/INVALID_PLUGIN_PACKAGE'],
[Notification.UnsupportedPluginPackage, 'NOTIFICATIONS/UNSUPPORTED_PLUGIN_PACKAGE'],
[Notification.LicensingServerIsUnavailable, 'NOTIFICATIONS/LICENSING_SERVER_IS_UNAVAILABLE'],
[Notification.LicensingExpired, 'NOTIFICATIONS/LICENSING_EXPIRED'],
[Notification.LicensingBanned, 'NOTIFICATIONS/LICENSING_BANNED'],
[Notification.DemoSendMessageError, 'NOTIFICATIONS/DEMO_SEND_MESSAGE_ERROR'],
[Notification.DemoAccountError, 'NOTIFICATIONS/DEMO_ACCOUNT_ERROR'],