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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/video/gic.h b/src/mame/video/gic.h
index 0f0f1553e5c..7735535d122 100644
--- a/src/mame/video/gic.h
+++ b/src/mame/video/gic.h
@@ -16,8 +16,6 @@
#pragma once
-#include "emupal.h"
-
/***************************************************************************
TYPE DEFINITIONS
@@ -51,8 +49,6 @@ public:
// configuration helpers
auto ram_callback() { return m_ram.bind(); }
- DECLARE_PALETTE_INIT(gic);
-
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
inline bitmap_ind16 *get_bitmap() { return &m_bitmap; }