summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/ondra.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-17 18:39:09 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-17 18:39:09 +0000
commit7a2d79116727d44239c46c485723c65be06a22b8 (patch)
tree4cc5c0ab810439c8ea85bd4b754cb9f8330a7eb5 /src/mess/includes/ondra.h
parent17114d5e23dc7200747d2c72d60e310e03e8a287 (diff)
and some more cleanup (nw)
Diffstat (limited to 'src/mess/includes/ondra.h')
-rw-r--r--src/mess/includes/ondra.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mess/includes/ondra.h b/src/mess/includes/ondra.h
index 84aaf746b75..41554599cd2 100644
--- a/src/mess/includes/ondra.h
+++ b/src/mess/includes/ondra.h
@@ -26,15 +26,4 @@ public:
UINT32 screen_update_ondra(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
-
-/*----------- defined in machine/ondra.c -----------*/
-
-extern MACHINE_START( ondra );
-extern MACHINE_RESET( ondra );
-
-/*----------- defined in video/ondra.c -----------*/
-
-extern VIDEO_START( ondra );
-extern SCREEN_UPDATE_IND16( ondra );
-
#endif