summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/osxutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/osxutils.h')
-rw-r--r--src/osd/sdl/osxutils.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/osd/sdl/osxutils.h b/src/osd/sdl/osxutils.h
deleted file mode 100644
index 61ec4527cf1..00000000000
--- a/src/osd/sdl/osxutils.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// license:BSD-3-Clause
-// copyright-holders:Vas Crabb
-//============================================================
-//
-// osxutils.h - Mac OS X utilities for SDLMAME
-//
-// SDLMAME by Olivier Galibert and R. Belmont
-//
-//============================================================
-
-#ifndef __SDLOSXUTILS__
-#define __SDLOSXUTILS__
-
-//============================================================
-// PROTOTYPES
-//============================================================
-
-void * NewAutoreleasePool(void);
-void ReleaseAutoreleasePool(void *pool);
-
-#endif