diff options
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;
}
|