Removed remainder of the 'touchscreen mode' code

This commit is contained in:
Sergii Pylypenko
2014-06-03 20:27:45 +03:00
parent e465c8db4d
commit 41da4be66b
16 changed files with 5 additions and 125 deletions
-2
View File
@@ -143,7 +143,6 @@ struct BuildAirToolbarWindow : Window {
DeleteWindowById(WC_BUILD_STATION, TRANSPORT_AIR);
DeleteWindowById(WC_SELECT_STATION, 0);
EraseQueuedTouchCommand();
ResetObjectToPlace();
}
@@ -244,7 +243,6 @@ public:
virtual ~BuildAirportWindow()
{
EraseQueuedTouchCommand();
DeleteWindowById(WC_SELECT_STATION, 0);
}