summaryrefslogtreecommitdiff
path: root/protocols/WebView/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/WebView/src/main.cpp')
-rw-r--r--protocols/WebView/src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/WebView/src/main.cpp b/protocols/WebView/src/main.cpp
index 77375f0e63..a12a8640ab 100644
--- a/protocols/WebView/src/main.cpp
+++ b/protocols/WebView/src/main.cpp
@@ -58,7 +58,6 @@ CMPlugin::CMPlugin() :
void InitServices()
{
CreateProtoServiceFunction(MODULENAME, PS_GETCAPS, GetCaps);
- CreateProtoServiceFunction(MODULENAME, PS_GETNAME, GetName);
CreateProtoServiceFunction(MODULENAME, PS_LOADICON, BPLoadIcon);
CreateProtoServiceFunction(MODULENAME, PS_SETSTATUS, SetStatus);
CreateProtoServiceFunction(MODULENAME, PS_GETSTATUS, GetStatus);