summaryrefslogtreecommitdiff
path: root/plugins/StatusChange/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StatusChange/src')
-rw-r--r--plugins/StatusChange/src/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/StatusChange/src/main.cpp b/plugins/StatusChange/src/main.cpp
index eff65a9c02..926095c98b 100644
--- a/plugins/StatusChange/src/main.cpp
+++ b/plugins/StatusChange/src/main.cpp
@@ -87,10 +87,6 @@ static int StatusChangeGetMessage(WPARAM, LPARAM hDbEvent)
read = Options.MessageRead;
send = Options.MessageSend;
break;
- case EVENTTYPE_URL:
- read = Options.UrlRead;
- send = Options.UrlSend;
- break;
case EVENTTYPE_FILE:
read = Options.FileRead;
send = Options.FileSend;