summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-09 09:45:45 +0000
committerrubidium <rubidium@openttd.org>2008-01-09 09:45:45 +0000
commit64d691bacc11cfca3b5c948dffb4eeb29aa8746e (patch)
tree5166041a51236814028fc71befa8a3fcb524ecb1 /src/gui.h
parent342ad858e530d0a1aea0645c8604bb05c3d9ecc8 (diff)
downloadopenttd-64d691bacc11cfca3b5c948dffb4eeb29aa8746e.tar.xz
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
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 {