hla: Remove obsolete typedefs.

This commit is contained in:
Mathias Froehlich
2012-12-02 14:49:30 +01:00
parent 46442ef50c
commit ff678a5ad7

View 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 {