summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-08 13:21:55 +0000
committerrubidium <rubidium@openttd.org>2008-05-08 13:21:55 +0000
commitcabd771fc0b99d42aaa7e172172ad39211933461 (patch)
tree5b59a1c33296df3cf6d606314b7975d74eed399c /src/gui.h
parente48a351f8e006b19d9e2c7bf9ef672a1e141d85f (diff)
downloadopenttd-cabd771fc0b99d42aaa7e172172ad39211933461.tar.xz
(svn r13009) -Codechange: move more tile highlighting related functions/types to tilehighlight_*.h.
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/gui.h b/src/gui.h
index 9e1bddf76..8572ab85e 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -48,35 +48,6 @@ void ShowBuildAirToolbar();
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();