Revert "windows compiler insist to have access to delete[], no matter what"

This reverts commit 0ae3794348.
This commit is contained in:
Jan Holesovsky 2011-08-15 00:20:48 +02:00
parent 2a9692a465
commit 1641f08f1a

View file

@ -98,7 +98,6 @@ private:
*/
void operator =(SimpleReferenceComponent);
#ifndef WNT
/** not implemented (see general class documentation)
@internal
*/
@ -108,7 +107,7 @@ private:
@internal
*/
static void operator delete[](void * pPtr);
#endif
bool mbDisposed;
};