X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=simgear%2Fhla%2FRTIData.hxx;h=94971d0f6c96a9591331324e9b714c250ebc1eeb;hb=aa679ffb86390a7f17ec776e52e5dcf9494b04b1;hp=2dc32b06ccb09d2f5525b433ac05c55c49fc2a4b;hpb=db509f4075c956a90773916b78e15c05cca8d89e;p=simgear.git diff --git a/simgear/hla/RTIData.hxx b/simgear/hla/RTIData.hxx index 2dc32b06..94971d0f 100644 --- a/simgear/hla/RTIData.hxx +++ b/simgear/hla/RTIData.hxx @@ -431,12 +431,6 @@ private: unsigned _capacity; }; -// A single attribute/parameter update blob -typedef std::pair RTIIndexDataPair; - -// A complete set of updates we received in one reflect/receive call -typedef std::list RTIIndexDataPairList; - /// Gets an own header at some time class RTIBasicDataStream {