diff options
author | 2008-03-28 18:59:31 +0000 | |
---|---|---|
committer | 2008-03-28 18:59:31 +0000 | |
commit | 6350ab3302a4bf6cf7b7c6d83f784ab19736fcad (patch) | |
tree | 62270508d3c3fc0c9828276331c3bf94db6c5684 /src/emu/emupal.h | |
parent | c5335ee5d4943d772ba9ce3bb8ddd1fdb1f2db3d (diff) |
Minor cleanup and simplification. Removed palette_config().
Diffstat (limited to 'src/emu/emupal.h')
-rw-r--r-- | src/emu/emupal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/emupal.h b/src/emu/emupal.h index 825de114707..30f7d670ef3 100644 --- a/src/emu/emupal.h +++ b/src/emu/emupal.h @@ -126,9 +126,6 @@ typedef struct _colortable_t colortable_t; /* palette initialization that takes place before the display is created */ void palette_init(running_machine *machine); -/* palette initialization that takes place after the display is created */ -void palette_config(running_machine *machine); - /* ----- shadow/hilight configuration ----- */ |