diff options
author | frosch <frosch@openttd.org> | 2010-08-12 12:03:52 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2010-08-12 12:03:52 +0000 |
commit | c808e5c30fbce84816bbdd0285a644c7cd8225e9 (patch) | |
tree | 6ce5974814c38111445647096717f24c4d2d5ac0 | |
parent | 28048826f8a1c37bc88294c526ce1ba9f048d65e (diff) | |
download | openttd-c808e5c30fbce84816bbdd0285a644c7cd8225e9.tar.xz |
(svn r20467) -Fix (r20453): Remove personal note.
-rw-r--r-- | src/timetable_gui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timetable_gui.cpp b/src/timetable_gui.cpp index f77a5b115..7b2ece1d7 100644 --- a/src/timetable_gui.cpp +++ b/src/timetable_gui.cpp @@ -182,7 +182,6 @@ struct TimetableWindow : Window { { this->CreateNestedTree(desc); this->vscroll = this->GetScrollbar(TTV_SCROLLBAR); - // TODO TTV_FAKE_SCROLLBAR this->UpdateSelectionStates(); this->FinishInitNested(desc, window_number); |