Comment unused variable to allow compile (nw)

This commit is contained in:
Scott Stone 2012-03-01 15:47:27 +00:00
parent 0898291c85
commit a1d2e11914

View File

@ -220,7 +220,7 @@ static void draw_sprites(running_machine &machine, bitmap_ind16 &bitmap,const re
SCREEN_UPDATE_IND16( popobear )
{
popobear_state *state = screen.machine().driver_data<popobear_state>();
// popobear_state *state = screen.machine().driver_data<popobear_state>();
bitmap.fill(0, cliprect);