summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/CAppletManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirandaG15/src/CAppletManager.cpp')
-rw-r--r--plugins/MirandaG15/src/CAppletManager.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/MirandaG15/src/CAppletManager.cpp b/plugins/MirandaG15/src/CAppletManager.cpp
index 4d7bc37348..58cc434bc0 100644
--- a/plugins/MirandaG15/src/CAppletManager.cpp
+++ b/plugins/MirandaG15/src/CAppletManager.cpp
@@ -861,13 +861,6 @@ bool CAppletManager::TranslateDBEvent(CEvent *pEvent, WPARAM hContact, LPARAM hd
pEvent->strDescription = strName + L": " + pEvent->strValue;
pEvent->strSummary = TranslateString(L"New message from %s", strName.c_str());
break;
- case EVENTTYPE_URL:
- if (CConfig::GetBoolSetting(NOTIFY_URL))
- pEvent->bNotification = true;
-
- pEvent->eType = EVENT_URL;
- pEvent->strDescription = TranslateString(L"Incoming URL from %s", strName.c_str());
- break;
case EVENTTYPE_CONTACTS:
if (CConfig::GetBoolSetting(NOTIFY_CONTACTS))
pEvent->bNotification = true;