summaryrefslogtreecommitdiff
path: root/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'viewport.h')
-rw-r--r--viewport.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/viewport.h b/viewport.h
index 487fc9a9d..b21a4aa64 100644
--- a/viewport.h
+++ b/viewport.h
@@ -95,14 +95,6 @@ typedef struct TileHighlightData {
} 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);