Skip to content

Commit

Permalink
-Fix: remove unused variable introduced in 2800d21
Browse files Browse the repository at this point in the history
  • Loading branch information
miniupnp committed Nov 17, 2021
1 parent e17cf9c commit a33c6d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/video_atari.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ void Video_Tick(void)
#endif
}
} else if (s_machine_type == MCH_ST ||s_machine_type == MCH_STE) {
int i;
data += (s_screenOffset << 2);
if (width == SCREEN_WIDTH) {
c2p1x1_4_st(screen, data, height*SCREEN_WIDTH, s_palette4BitMap);
Expand Down

0 comments on commit a33c6d9

Please sign in to comment.