Issue #1258 - Remove remaining chat core bits

This fixes Interlink build on Mac.
This commit is contained in:
adeshkp
2019-11-28 23:14:25 +05:30
committed by GitHub
parent ea03043bde
commit 997be5d528
@@ -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;
}