# HG changeset patch # User tron # Date 1153644049 0 # Node ID 00aef976ba6f2525814c6262c599c517472ba870 # Parent 7dcc1a1dffc8a537533fbe918d00a0f373557c95 (svn r5597) Remove the unused attribute ground_child from struct ViewportDrawer diff --git a/viewport.c b/viewport.c --- a/viewport.c +++ b/viewport.c @@ -88,7 +88,6 @@ byte combine_sprites; int offs_x, offs_y; // used when drawing ground sprites relative - bool ground_child; } ViewportDrawer; static ViewportDrawer *_cur_vd; @@ -1180,7 +1179,6 @@ mask = (-1) << vp->zoom; vd.combine_sprites = 0; - vd.ground_child = 0; vd.dpi.width = (right - left) & mask; vd.dpi.height = (bottom - top) & mask;