summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gb_lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gb_lcd.h')
-rw-r--r--src/mame/video/gb_lcd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/gb_lcd.h b/src/mame/video/gb_lcd.h
index e35e55130ef..4e512e3da79 100644
--- a/src/mame/video/gb_lcd.h
+++ b/src/mame/video/gb_lcd.h
@@ -133,7 +133,6 @@ protected:
TIMER_CALLBACK_MEMBER(video_init_vbl);
virtual TIMER_CALLBACK_MEMBER(lcd_timer_proc);
virtual void videoptr_restore();
- void save_gb_video();
void increment_scanline();
void lcd_switch_on();
};