]> git.mxchange.org Git - simgear.git/commitdiff
hla: Remove obsolete typedefs.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 2 Dec 2012 13:49:30 +0000 (14:49 +0100)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 2 Dec 2012 16:30:08 +0000 (17:30 +0100)
simgear/hla/RTIData.hxx

index 2dc32b06ccb09d2f5525b433ac05c55c49fc2a4b..94971d0f6c96a9591331324e9b714c250ebc1eeb 100644 (file)
@@ -431,12 +431,6 @@ private:
     unsigned _capacity;
 };
 
-// A single attribute/parameter update blob
-typedef std::pair<unsigned, RTIData> RTIIndexDataPair;
-
-// A complete set of updates we received in one reflect/receive call
-typedef std::list<RTIIndexDataPair> RTIIndexDataPairList;
-
 /// Gets an own header at some time
 
 class RTIBasicDataStream {