summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/starfire.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/starfire.h')
-rw-r--r--src/mame/includes/starfire.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/includes/starfire.h b/src/mame/includes/starfire.h
index 950ccc1bc04..4b45180e6be 100644
--- a/src/mame/includes/starfire.h
+++ b/src/mame/includes/starfire.h
@@ -78,7 +78,6 @@ protected:
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(scanline_callback);
void get_pens(pen_t *pens);
- void scanline_callback(uint32_t data);
};
class starfire_state : public starfire_base_state