[EXPLORER]
[reactos.git] / reactos / dll / win32 / shell32 / shell32.cpp
index e3acf73..12c5a1e 100644 (file)
@@ -313,11 +313,6 @@ STDAPI DllGetVersion(DLLVERSIONINFO *pdvi)
  */
 HINSTANCE    shell32_hInstance;
 
-void *operator new (size_t, void *buf)
-{
-    return buf;
-}
-
 /*************************************************************************
  * SHELL32 DllMain
  *