remove unused func

This commit is contained in:
end-4
2025-04-19 11:30:21 +02:00
parent 6a6019dc55
commit 8212a76660
@@ -38,10 +38,6 @@ function guessMessageType(summary) {
return 'chat';
}
function exists(widget) {
return widget !== null;
}
function processNotificationBody(body, appEntry) {
// Only process Chrome/Chromium notifications
if (appEntry?.toLowerCase().includes('chrome')) {