diff options
author | George Hazan <george.hazan@gmail.com> | 2024-01-24 13:38:10 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-01-24 13:38:10 +0300 |
commit | 0fa39189ae1eea51681d472db38a290bc4df1cfe (patch) | |
tree | c4c5c8f5970947ed6c62418fd86106166db485a2 /protocols/WebView/src | |
parent | 60fec7a89a7870d52ebd76315193b105973b1219 (diff) |
PS_GETNAME: another old atavism removed
Diffstat (limited to 'protocols/WebView/src')
-rw-r--r-- | protocols/WebView/src/main.cpp | 1 | ||||
-rw-r--r-- | protocols/WebView/src/webview.h | 1 |
2 files changed, 0 insertions, 2 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);
diff --git a/protocols/WebView/src/webview.h b/protocols/WebView/src/webview.h index bc2f52ed5d..3ee6c9b88b 100644 --- a/protocols/WebView/src/webview.h +++ b/protocols/WebView/src/webview.h @@ -166,7 +166,6 @@ int SendToRichEdit(HWND hWindow, char *truncated, COLORREF rgbText, COLORREF rgb // Services INT_PTR GetCaps(WPARAM wParam, LPARAM lParam); -INT_PTR GetName(WPARAM wParam, LPARAM lParam); INT_PTR BPLoadIcon(WPARAM wParam, LPARAM lParam); // BPLoadIcon INT_PTR SetStatus(WPARAM wParam, LPARAM lParam); |