[SHELL32] - Initialize the shell icon cache only when needed or when FileIconInit...
[reactos.git] / reactos / dll / win32 / shell32 / shell32.cpp
index 0b1e444..2ef621a 100644 (file)
@@ -308,7 +308,6 @@ STDAPI_(BOOL) DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID fImpLoad)
         InitCommonControlsEx(&InitCtrls);
 
         /* Bad idea, initialization in DllMain! */
-        SIC_Initialize();
         InitChangeNotifications();
     }
     else if (dwReason == DLL_PROCESS_DETACH)