(svn r5597) Remove the unused attribute ground_child from struct ViewportDrawer
authortron
Sun, 23 Jul 2006 08:40:49 +0000
changeset 4164 e2622bbb9f34
parent 4163 62685d4fb5f8
child 4165 cc731ade23bb
(svn r5597) Remove the unused attribute ground_child from struct ViewportDrawer
viewport.c
--- a/viewport.c	Sat Jul 22 18:21:20 2006 +0000
+++ b/viewport.c	Sun Jul 23 08:40:49 2006 +0000
@@ -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;