summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gic.h')
-rw-r--r--src/mame/video/gic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/gic.h b/src/mame/video/gic.h
index 463d6a818c0..8f2f78fd3c6 100644
--- a/src/mame/video/gic.h
+++ b/src/mame/video/gic.h
@@ -57,7 +57,6 @@ public:
gic_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// static configuration helpers
- static void set_screen_tag(device_t &device, const char *screen_tag) { downcast<gic_device &>(device).m_screen_tag = screen_tag; }
template <typename Obj> static void set_ram(device_t &device, Obj &&cb) { downcast<gic_device &>(device).m_ram.set_callback(std::forward<Obj>(cb)); }
DECLARE_PALETTE_INIT(gic);