]> git.mxchange.org Git - flightgear.git/commitdiff
Remove un-needed typedef
authordaveluff <daveluff>
Mon, 24 Mar 2003 11:05:25 +0000 (11:05 +0000)
committerdaveluff <daveluff>
Mon, 24 Mar 2003 11:05:25 +0000 (11:05 +0000)
src/ATC/ground.hxx

index d15fbc2a79da3759579d0585122b778f582fa4bf..63fc45894d8b1dd2b3ad821284c469957faddf80 100644 (file)
@@ -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