From ef24a081b8fda0c512ff4b6f20dc9cb1a24763e4 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Mon, 18 Aug 2014 17:04:14 +0000 Subject: [PATCH] Removed some leftovers from metro.h (nw) --- src/mame/includes/metro.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mame/includes/metro.h b/src/mame/includes/metro.h index ffb8093812e..d8852e0d5b9 100644 --- a/src/mame/includes/metro.h +++ b/src/mame/includes/metro.h @@ -63,7 +63,6 @@ public: optional_shared_ptr m_vram_2; required_shared_ptr m_spriteram; optional_shared_ptr m_tiletable; - UINT16 * m_tiletable_old; optional_shared_ptr m_blitter_regs; optional_shared_ptr m_scroll; optional_shared_ptr m_window; @@ -213,7 +212,3 @@ public: protected: virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr); }; - - -/*----------- defined in video/metro.c -----------*/ -void metro_draw_sprites(running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect);