removed not used code (nw)

This commit is contained in:
Miodrag Milanovic 2015-03-02 08:10:04 +01:00
parent 8c87c80329
commit 333e54ff31

View File

@ -249,12 +249,6 @@ static INPUT_PORTS_START( gamate )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_SELECT) PORT_NAME("Select") PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_SELECT) PORT_NAME("Select")
INPUT_PORTS_END INPUT_PORTS_END
static const unsigned short gamate_palette[4] =
{
0,1,2,3
};
/* palette in red, green, blue tribles */ /* palette in red, green, blue tribles */
static const unsigned char gamate_colors[4][3] = static const unsigned char gamate_colors[4][3] =
{ {