diff options
Diffstat (limited to 'plugins/Clist_classic/init.cpp')
-rw-r--r-- | plugins/Clist_classic/init.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Clist_classic/init.cpp b/plugins/Clist_classic/init.cpp index 06f935f367..3d97b81e6f 100644 --- a/plugins/Clist_classic/init.cpp +++ b/plugins/Clist_classic/init.cpp @@ -29,7 +29,6 @@ CLIST_INTERFACE* pcli = NULL; HIMAGELIST himlCListClc = NULL;
int hLangpack;
-struct MM_INTERFACE mmi;
BOOL(WINAPI * MySetLayeredWindowAttributes) (HWND, COLORREF, BYTE, DWORD) = NULL;
/////////////////////////////////////////////////////////////////////////////////////////
@@ -140,12 +139,8 @@ static INT_PTR GetStatusMode(WPARAM wParam, LPARAM lParam) extern "C" __declspec(dllexport) int CListInitialise(PLUGINLINK * link)
{
pluginLink = link;
- #ifdef _DEBUG
- _CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF);
- #endif
// get the internal malloc/free()
- mir_getMMI( &mmi );
mir_getLP( &pluginInfo );
pcli = ( CLIST_INTERFACE* )CallService(MS_CLIST_RETRIEVE_INTERFACE, 0, (LPARAM)g_hInst);
|