diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-06 22:57:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-06 22:57:01 +0000 |
commit | b1cadddb5d631f8fed3ffee3fd0842d9bb86664e (patch) | |
tree | 1141a3cc0a795bd9f49c2c82e70c6f7925e6e447 /src/core/stduserinfo/main.cpp | |
parent | 75822327172aac61e3834ebdeb91f799c210345c (diff) |
revert previous change
git-svn-id: http://svn.miranda-ng.org/main/trunk@805 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stduserinfo/main.cpp')
-rw-r--r-- | src/core/stduserinfo/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/stduserinfo/main.cpp b/src/core/stduserinfo/main.cpp index 8b413abab4..88ed31e921 100644 --- a/src/core/stduserinfo/main.cpp +++ b/src/core/stduserinfo/main.cpp @@ -22,7 +22,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "commonheaders.h"
int LoadUserInfoModule(void);
-int LoadContactsModule(void);
CLIST_INTERFACE* pcli;
TIME_API tmi;
@@ -76,7 +75,6 @@ extern "C" int __declspec(dllexport) Load(void) enableThemeDialogTexture = (pfnEnableThemeDialogTexture)GetProcAddress(hThemeAPI, "EnableThemeDialogTexture");
}
- LoadContactsModule();
LoadUserInfoModule();
return 0;
}
|