diff options
Diffstat (limited to 'mp/src/vgui2/chromehtml/html_mac.mm')
| -rw-r--r-- | mp/src/vgui2/chromehtml/html_mac.mm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mp/src/vgui2/chromehtml/html_mac.mm b/mp/src/vgui2/chromehtml/html_mac.mm deleted file mode 100644 index 6feb9046..00000000 --- a/mp/src/vgui2/chromehtml/html_mac.mm +++ /dev/null @@ -1,16 +0,0 @@ -//=========== Copyright Valve Corporation, All rights reserved. ===============// -// -// Purpose: -//=============================================================================// - -#include <Cocoa/Cocoa.h> - -extern "C" void *CreateAutoReleasePool() -{ - return [[NSAutoreleasePool alloc] init]; -} - -extern "C" void ReleaseAutoReleasePool( void *pool ) -{ - [pool release]; -}
\ No newline at end of file |