From 3be0e17e669aaa72155e4e4e85f21cd51a7ff5b3 Mon Sep 17 00:00:00 2001 From: daveluff Date: Mon, 24 Mar 2003 11:05:25 +0000 Subject: [PATCH] Remove un-needed typedef --- src/ATC/ground.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ATC/ground.hxx b/src/ATC/ground.hxx index d15fbc2a7..63fc45894 100644 --- a/src/ATC/ground.hxx +++ b/src/ATC/ground.hxx @@ -132,7 +132,7 @@ typedef gate_map_type::iterator gate_map_iterator; typedef gate_map_type::const_iterator gate_map_const_iterator; // Runways - all the runway stuff is likely to change in the future -typedef struct Rwy { +struct Rwy { int id; //note this is a very simplified scheme for now - R & L are not differentiated //It should work for simple one rwy airports node_array_type exits; //Array of available exits from runway -- 2.39.5