From: Mathias Froehlich Date: Sat, 10 Mar 2012 07:28:30 +0000 (+0100) Subject: hla: Remove old comment. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2f0a6fdb67398823116037908e9ae0f15b7c2d9a;p=simgear.git hla: Remove old comment. --- diff --git a/simgear/hla/HLAObjectInstance.hxx b/simgear/hla/HLAObjectInstance.hxx index d0f47b08..e6af5a62 100644 --- a/simgear/hla/HLAObjectInstance.hxx +++ b/simgear/hla/HLAObjectInstance.hxx @@ -159,7 +159,6 @@ private: struct Attribute { Attribute() : _enabledUpdate(false), _unconditionalUpdate(false) {} SGSharedPtr _dataElement; - // SGSharedPtr _timeStamp; bool _enabledUpdate; bool _unconditionalUpdate; // HLAIndexList::iterator _unconditionalUpdateAttributeIndexListIterator;