From 69581b8648e0c2fe96f454455763359ebeeba46a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 25 Jul 2023 13:11:06 +0300 Subject: SRMM: automatic RTF log redraw on event's change/removal --- protocols/JabberG/src/jabber.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'protocols/JabberG/src/jabber.cpp') diff --git a/protocols/JabberG/src/jabber.cpp b/protocols/JabberG/src/jabber.cpp index 1c13d97a87..e19f7bc264 100644 --- a/protocols/JabberG/src/jabber.cpp +++ b/protocols/JabberG/src/jabber.cpp @@ -36,7 +36,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #pragma comment(lib, "Secur32.lib") HMODULE hMsftedit; -HANDLE g_hevEventEdited; CMPlugin g_plugin; @@ -127,8 +126,6 @@ int CMPlugin::Load() bPlatform = false; #endif - g_hevEventEdited = CreateHookableEvent(ME_DB_EVENT_EDITED); - Miranda_GetVersionText(szCoreVersion, _countof(szCoreVersion)); CallService(MS_UTILS_GETCOUNTRYLIST, (WPARAM)&g_cbCountries, (LPARAM)&g_countries); -- cgit v1.2.3