From: Mathias Froehlich Date: Sun, 2 Dec 2012 13:49:30 +0000 (+0100) Subject: hla: Remove obsolete typedefs. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ff678a5ad75496737f142df1c2c5a7e274f2f885;p=simgear.git hla: Remove obsolete typedefs. --- 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 {