summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui.h b/src/gui.h
index 48d15e20e..8ff80c1dc 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -49,13 +49,6 @@ void ShowBuildAirToolbar();
void ShowGenerateLandscape();
void ShowHeightmapLoad();
-typedef void PlaceProc(TileIndex tile);
-void PlaceProc_DemolishArea(TileIndex tile);
-void PlaceProc_LevelLand(TileIndex tile);
-void PlaceProc_BuyLand(TileIndex tile);
-bool GUIPlaceProcDragXY(const WindowEvent *e);
-VARDEF PlaceProc *_place_proc;
-
/** Drag and drop selection process, or, what to do with an area of land when
* you've selected it. */
enum {