src/gui.h
changeset 9147 d9ec5ed630ff
parent 9126 5648d696456b
child 9195 738780fcebc8
--- a/src/gui.h	Thu May 08 13:20:54 2008 +0000
+++ b/src/gui.h	Thu May 08 13:21:55 2008 +0000
@@ -48,35 +48,6 @@
 void ShowGenerateLandscape();
 void ShowHeightmapLoad();
 
-/** Drag and drop selection process, or, what to do with an area of land when
- * you've selected it. */
-enum {
-	DDSP_DEMOLISH_AREA,
-	DDSP_RAISE_AND_LEVEL_AREA,
-	DDSP_LOWER_AND_LEVEL_AREA,
-	DDSP_LEVEL_AREA,
-	DDSP_CREATE_DESERT,
-	DDSP_CREATE_ROCKS,
-	DDSP_CREATE_WATER,
-	DDSP_CREATE_RIVER,
-	DDSP_PLANT_TREES,
-	DDSP_BUILD_BRIDGE,
-
-	/* Rail specific actions */
-	DDSP_PLACE_RAIL_NE,
-	DDSP_PLACE_RAIL_NW,
-	DDSP_PLACE_AUTORAIL,
-	DDSP_BUILD_SIGNALS,
-	DDSP_BUILD_STATION,
-	DDSP_REMOVE_STATION,
-	DDSP_CONVERT_RAIL,
-
-	/* Road specific actions */
-	DDSP_PLACE_ROAD_X_DIR,
-	DDSP_PLACE_ROAD_Y_DIR,
-	DDSP_PLACE_AUTOROAD,
-};
-
 /* misc_gui.cpp */
 void PlaceLandBlockInfo();
 void ShowAboutWindow();