removed unnecessary exports

This commit is contained in:
Miodec 2022-01-25 15:31:49 +01:00
parent 025f011004
commit bf5f985db7

View file

@ -7,9 +7,6 @@ global.getuid = Misc.getuid;
global.snapshot = DB.getSnapshot;
global.config = Config;
// global.addnotif = Notifications.add;
global.linkToGoogle = AccountController.linkWithGoogle;
global.unlinkGoogle = AccountController.unlinkGoogle;
global.linkToEmail = AccountController.linkWithEmail;
global.glarsesMode = toggleGlarses;