src/window.h
changeset 7284 d7903fff2d0b
parent 7009 9992ccf17e58
child 7341 02515d0d4ced
--- a/src/window.h	Thu Jul 19 01:47:32 2007 +0000
+++ b/src/window.h	Thu Jul 19 16:24:48 2007 +0000
@@ -410,19 +410,6 @@
 };
 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(vp_d));
 
-/* vp2_d is the same as vp_d, except for the data_# values.. */
-struct vp2_d {
-	VehicleID follow_vehicle;
-	int32 scrollpos_x;
-	int32 scrollpos_y;
-	int32 dest_scrollpos_x;
-	int32 dest_scrollpos_y;
-	byte data_1;
-	byte data_2;
-	byte data_3;
-};
-assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(vp2_d));
-
 struct news_d {
 	uint16 follow_vehicle;
 	int32 scrollpos_x;