diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-21 17:37:33 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-21 17:37:33 +0000 |
commit | fdbc3639a50f40879f390f17ce7aafd5a579a7ab (patch) | |
tree | f2dc612f9d188cfb955b4393e207e5363bcd4e4e /src/core/stdfile/main.cpp | |
parent | 96325150479b8c93a5e48ac2591f3c7da5f0f9d4 (diff) |
Core cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@6165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdfile/main.cpp')
-rw-r--r-- | src/core/stdfile/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/stdfile/main.cpp b/src/core/stdfile/main.cpp index 27c81fb044..dcedd83d52 100644 --- a/src/core/stdfile/main.cpp +++ b/src/core/stdfile/main.cpp @@ -28,7 +28,6 @@ TIME_API tmi; HINSTANCE hInst;
int hLangpack;
-pfnSHAutoComplete shAutoComplete;
ITaskbarList3 * pTaskbarInterface;
PLUGININFOEX pluginInfo = {
@@ -67,8 +66,6 @@ extern "C" int __declspec(dllexport) Load(void) if ( IsWinVer7Plus())
CoCreateInstance(CLSID_TaskbarList, NULL, CLSCTX_ALL, IID_ITaskbarList3, (void**)&pTaskbarInterface);
- shAutoComplete = (pfnSHAutoComplete)GetProcAddress(GetModuleHandleA("shlwapi"), "SHAutoComplete");
-
LoadSendRecvFileModule();
return 0;
}
|