From 0fa39189ae1eea51681d472db38a290bc4df1cfe Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 24 Jan 2024 13:38:10 +0300 Subject: PS_GETNAME: another old atavism removed --- protocols/WebView/src/main.cpp | 1 - protocols/WebView/src/webview.h | 1 - 2 files changed, 2 deletions(-) (limited to 'protocols/WebView/src') 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); -- cgit v1.2.3