summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-05-19 16:44:50 +0000
committersmatz <smatz@openttd.org>2008-05-19 16:44:50 +0000
commitebe6a8b0df246f7232f96272c502ce87f3cc091a (patch)
tree9ed443236bf725bb17f20a10a9c656a2893807de /src
parent162e2e074bf6ac4cdec48515370c9379ca6e86bd (diff)
downloadopenttd-ebe6a8b0df246f7232f96272c502ce87f3cc091a.tar.xz
(svn r13190) -Cleanup: remove unused variable
Diffstat (limited to 'src')
-rw-r--r--src/build_vehicle_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build_vehicle_gui.cpp b/src/build_vehicle_gui.cpp
index 26a1dad90..7f1dfe97f 100644
--- a/src/build_vehicle_gui.cpp
+++ b/src/build_vehicle_gui.cpp
@@ -800,7 +800,6 @@ struct BuildVehicleWindow : Window {
AirportFTAClass::Flags flags;
RoadTypes roadtypes;
} filter;
- byte sel_index; ///< deprecated value, used for 'unified' ship and road
bool descending_sort_order;
byte sort_criteria;
bool regenerate_list;