From ea771d270d4985b64750a5f7c9ea7b479252b5f0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 30 Jul 2012 19:58:56 +0000 Subject: contacts.cpp returned back to the core git-svn-id: http://svn.miranda-ng.org/main/trunk@1281 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stduserinfo/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/stduserinfo/main.cpp') diff --git a/src/core/stduserinfo/main.cpp b/src/core/stduserinfo/main.cpp index 0d24ab924d..60e983c796 100644 --- a/src/core/stduserinfo/main.cpp +++ b/src/core/stduserinfo/main.cpp @@ -21,7 +21,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "commonheaders.h" -int LoadContactsModule(void); int LoadUserInfoModule(void); CLIST_INTERFACE* pcli; @@ -71,7 +70,6 @@ extern "C" int __declspec(dllexport) Load(void) enableThemeDialogTexture = (pfnEnableThemeDialogTexture)GetProcAddress(hThemeAPI, "EnableThemeDialogTexture"); } - LoadContactsModule(); LoadUserInfoModule(); return 0; } -- cgit v1.2.3