summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/digfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/digfx.h')
-rw-r--r--src/emu/digfx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emu/digfx.h b/src/emu/digfx.h
index 539266190d6..5b5749a1d3c 100644
--- a/src/emu/digfx.h
+++ b/src/emu/digfx.h
@@ -154,10 +154,6 @@ const gfx_layout name = { width, height, RGN_FRAC(1,1), 8, { GFX_RAW }, { 0 }, {
// TYPE DEFINITIONS
//**************************************************************************
-// forward declarations
-class gfx_element;
-class device_palette_interface;
-
struct gfx_layout
{
u32 xoffs(int x) const { return (extxoffs != nullptr) ? extxoffs[x] : xoffset[x]; }