--- uae/src/include/drawing.h 2018/04/24 17:14:46 1.1.1.13 +++ uae/src/include/drawing.h 2018/04/24 17:17:02 1.1.1.14 @@ -31,7 +31,7 @@ #define max_diwlastword (PIXEL_XPOS(maxhpos) + 16) -extern int lores_factor, lores_shift, sprite_width; +extern int lores_factor, lores_shift; STATIC_INLINE int coord_hw_to_window_x (int x) { @@ -197,8 +197,6 @@ struct draw_info { int nr_color_changes, nr_sprites; }; -extern int next_sprite_entry; - extern struct decision line_decisions[2 * (MAXVPOS+1) + 1]; extern struct draw_info line_drawinfo[2][2 * (MAXVPOS+1) + 1];