Remove globalExtensionsMenu

This commit is contained in:
Mo Bitar
2018-01-23 23:46:55 -06:00
parent 87b178199a
commit 334a6082a9
4 changed files with 0 additions and 362 deletions

View File

@@ -55,10 +55,6 @@ angular.module('app')
this.showAccountMenu = !this.showAccountMenu;
}
this.toggleExtensions = function() {
this.showExtensionsMenu = !this.showExtensionsMenu;
}
this.hasPasscode = function() {
return passcodeManager.hasPasscode();
}