]> git.mxchange.org Git - simgear.git/commitdiff
hla: Remove old comment.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sat, 10 Mar 2012 07:28:30 +0000 (08:28 +0100)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Sat, 10 Mar 2012 07:30:02 +0000 (08:30 +0100)
simgear/hla/HLAObjectInstance.hxx

index d0f47b083e84ee2d041c1fb60f5fd65c945cfc3b..e6af5a6241638f47f43541502ba9b46b680f4983 100644 (file)
@@ -159,7 +159,6 @@ private:
     struct Attribute {
         Attribute() : _enabledUpdate(false), _unconditionalUpdate(false) {}
         SGSharedPtr<HLADataElement> _dataElement;
-        // SGSharedPtr<HLADataElement::TimeStamp> _timeStamp;
         bool _enabledUpdate;
         bool _unconditionalUpdate;
         // HLAIndexList::iterator _unconditionalUpdateAttributeIndexListIterator;