src/gui.h
changeset 8720 4e60c30e2006
parent 8701 051036216675
child 8750 fdd6054e7bae
--- a/src/gui.h	Wed Jan 09 08:12:10 2008 +0000
+++ b/src/gui.h	Wed Jan 09 09:45:45 2008 +0000
@@ -49,13 +49,6 @@
 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 {