summaryrefslogtreecommitdiffstats
path: root/src/emu/emucore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emucore.h')
-rw-r--r--src/emu/emucore.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/emucore.h b/src/emu/emucore.h
index b0df89343ec..a05eab2cd5e 100644
--- a/src/emu/emucore.h
+++ b/src/emu/emucore.h
@@ -80,9 +80,6 @@ using util::iabs;
using util::string_format;
-// genf is a generic function pointer; cast function pointers to this instead of void *
-typedef void genf(void);
-
// pen_t is used to represent pixel values in bitmaps
typedef u32 pen_t;