From 3f26a39c43faef04ea316ecc98d8d195982bb303 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 27 Jun 2012 20:41:50 +0000 Subject: final wipeout of all interfaces git-svn-id: http://svn.miranda-ng.org/main/trunk@659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/utils/utils.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/modules/utils/utils.cpp') diff --git a/src/modules/utils/utils.cpp b/src/modules/utils/utils.cpp index 3ed6446003..bb0a60c67f 100644 --- a/src/modules/utils/utils.cpp +++ b/src/modules/utils/utils.cpp @@ -37,9 +37,6 @@ void InitXmlApi(void); void InitTimeZones(void); void UninitTimeZones(void); -INT_PTR GetMD5Interface(WPARAM, LPARAM); -INT_PTR GetSHA1Interface(WPARAM, LPARAM); - static BOOL bModuleInitialized = FALSE; static struct CountryListEntry countries[]={ @@ -476,7 +473,6 @@ int LoadUtilsModule(void) CreateServiceFunction(MS_UTILS_GETCOUNTRYLIST, GetCountryList); CreateServiceFunction(MS_UTILS_GETRANDOM, GenerateRandom); CreateServiceFunction(MS_SYSTEM_RESTART, RestartMiranda); - CreateServiceFunction(MS_SYSTEM_GET_MD5I, GetMD5Interface); InitOpenUrl(); InitWindowList(); InitHyperlink(); -- cgit v1.2.3