diff --git a/mzta-background.js b/mzta-background.js index 2d671459..90bd2736 100644 --- a/mzta-background.js +++ b/mzta-background.js @@ -317,15 +317,6 @@ function checkScreenDimensions(prefs){ return prefs; } -function showNotification(title, message) { - browser.notifications.create({ - "type": "basic", - "title": title, - "iconUrl": browser.extension.getURL("images/icon.png"), - "message": message - }); -} - // Menus handling const menus = new mzta_Menus(openChatGPT); menus.loadMenus(); \ No newline at end of file