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);