summaryrefslogtreecommitdiff
path: root/mailnews
diff options
context:
space:
mode:
authoradeshkp <adeshkp@users.noreply.github.com>2019-11-28 23:14:25 +0530
committerGitHub <noreply@github.com>2019-11-28 23:14:25 +0530
commitc928460bc144e7ef66b9f06581627d2fb3039974 (patch)
tree0f76db5fce0499f1c7d71c2764a248620cd18e45 /mailnews
parentaddf77e0719a055e001bdd8684cc660171fd9e30 (diff)
downloaduxp-c928460bc144e7ef66b9f06581627d2fb3039974.tar.gz
Issue mcp-graveyard/UXP#1258 - Remove remaining chat core bits
This fixes Interlink build on Mac.
Diffstat (limited to 'mailnews')
-rw-r--r--mailnews/base/src/nsMessengerOSXIntegration.mm8
1 files changed, 0 insertions, 8 deletions
diff --git a/mailnews/base/src/nsMessengerOSXIntegration.mm b/mailnews/base/src/nsMessengerOSXIntegration.mm
index 280bdf433d..a38716e179 100644
--- a/mailnews/base/src/nsMessengerOSXIntegration.mm
+++ b/mailnews/base/src/nsMessengerOSXIntegration.mm
@@ -249,14 +249,6 @@ nsMessengerOSXIntegration::Observe(nsISupports* aSubject, const char* aTopic, co
return mailSession->AddFolderListener(this, nsIFolderListener::boolPropertyChanged | nsIFolderListener::intPropertyChanged);
}
- if (!strcmp(aTopic, kUnreadImCountChangedTopic)) {
- nsresult rv;
- nsCOMPtr<nsISupportsPRInt32> unreadCount = do_QueryInterface(aSubject, &rv);
- NS_ENSURE_SUCCESS(rv, rv);
-
- return BadgeDockIcon();
- }
-
return NS_OK;
}