viewport.h
changeset 513 6d5272e230c6
parent 430 75820dedf4f1
child 771 837aa06c7461
--- a/viewport.h	Fri Nov 26 21:11:37 2004 +0000
+++ b/viewport.h	Fri Nov 26 21:14:42 2004 +0000
@@ -95,14 +95,6 @@
 } TileHighlightData;
 
 
-enum AnimCursors {
-	ANIMCURSOR_DEMOLISH = -1,
-	ANIMCURSOR_LOWERLAND = -2,
-	ANIMCURSOR_RAISELAND = -3,
-	ANIMCURSOR_PICKSTATION = -4,
-	ANIMCURSOR_BUILDSIGNALS = -5,
-};
-
 // common button handler
 bool HandlePlacePushButton(Window *w, int widget, uint32 cursor, int mode, PlaceProc *placeproc);