From 57d7a593cb444941ade06bde7911aaa77d431cc4 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 15 Oct 2013 11:45:00 +0000 Subject: code cleanup registermodule service removed git-svn-id: http://svn.miranda-ng.org/main/trunk@6497 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_svc_dbepp.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'plugins/ExternalAPI/m_svc_dbepp.h') diff --git a/plugins/ExternalAPI/m_svc_dbepp.h b/plugins/ExternalAPI/m_svc_dbepp.h index d4afd1c7d0..a165fd5e71 100644 --- a/plugins/ExternalAPI/m_svc_dbepp.h +++ b/plugins/ExternalAPI/m_svc_dbepp.h @@ -22,27 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_DBEDITOR #define M_DBEDITOR -/* -Register single module as 'known' -wParam=(char*)Module name -lParam=0 -always returns 0 -Note: must be used after or in ME_SYSTEM_MODULESLOADED -*/ -#define MS_DBEDIT_REGISTERSINGLEMODULE "DBEditorpp/RegisterSingleModule" - -/* -Register modules as 'known' -wParam=(char**)array with module names -lParam=(int)count of module names -always returns 0 -Note: must be used after or in ME_SYSTEM_MODULESLOADED -Example: - char * mods[3] = {"Module1", "Module2", "Module3"}; - CallService(MS_DBEDIT_REGISTERMODULE, (WPARAM)mods, (LPARAM)3); -*/ -#define MS_DBEDIT_REGISTERMODULE "DBEditorpp/RegisterModule" - /* Open user tree in DBE++ wParam=(HANDLE)hContact -- cgit v1.2.3