summaryrefslogtreecommitdiff
path: root/src/tilehighlight_type.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-12-22 19:24:36 +0000
committeralberth <alberth@openttd.org>2010-12-22 19:24:36 +0000
commit08c6b99294c150a408ea570bb7e046006ca8d7dd (patch)
tree5e89a4ebcb2336d9e15f4b97590567864f91f54c /src/tilehighlight_type.h
parent1378bdad853d011281c22d5c08884bfa34e5b9f4 (diff)
downloadopenttd-08c6b99294c150a408ea570bb7e046006ca8d7dd.tar.xz
(svn r21600) -Codechange: Remove new_drawstyle and new_diagonal variables from the _thd structure.
Diffstat (limited to 'src/tilehighlight_type.h')
-rw-r--r--src/tilehighlight_type.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tilehighlight_type.h b/src/tilehighlight_type.h
index 6e9e9b6a3..b61dda3c5 100644
--- a/src/tilehighlight_type.h
+++ b/src/tilehighlight_type.h
@@ -54,7 +54,6 @@ struct TileHighlightData {
Point new_pos; ///< New value for \a pos; used to determine whether to redraw the selection.
Point new_size; ///< New value for \a size; used to determine whether to redraw the selection.
Point new_outersize; ///< New value for \a outersize; used to determine whether to redraw the selection.
- bool new_diagonal; ///< New value for \a diagonal; used to determine whether to redraw the selection.
byte dirty; ///< Whether the build station window needs to redraw due to the changed selection.
Point selstart; ///< The location where the dragging started.
@@ -62,7 +61,6 @@ struct TileHighlightData {
byte sizelimit; ///< Whether the selection is limited in length, and what the maximum length is.
HighLightStyle drawstyle; ///< Lower bits 0-3 are reserved for detailed highlight information.
- HighLightStyle new_drawstyle; ///< New value for \a drawstyle; used to determine whether to redraw the selection.
HighLightStyle next_drawstyle; ///< Queued, but not yet drawn style.
HighLightStyle place_mode; ///< Method which is used to place the selection.