summaryrefslogtreecommitdiff
path: root/src/core/stduserinfo/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-30 19:58:56 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-30 19:58:56 +0000
commitea771d270d4985b64750a5f7c9ea7b479252b5f0 (patch)
treee270188eea08a2dcc6e2af9b67b3f23ee28202d1 /src/core/stduserinfo/main.cpp
parentb90c2c83c1b3b8e4553275cdcf1ad37f11637ad3 (diff)
contacts.cpp returned back to the core
git-svn-id: http://svn.miranda-ng.org/main/trunk@1281 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stduserinfo/main.cpp')
-rw-r--r--src/core/stduserinfo/main.cpp2
1 files changed, 0 insertions, 2 deletions
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;
}