[EXPLORER]
[reactos.git] / reactos / dll / shellext / stobject / stobject.cpp
index ed832f9..fc866f3 100644 (file)
@@ -21,11 +21,6 @@ END_OBJECT_MAP()
 HINSTANCE  g_hInstance;
 CComModule g_Module;
 
-void *operator new (size_t, void *buf)
-{
-    return buf;
-}
-
 STDAPI_(BOOL)
 DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad)
 {