From 2f0a6fdb67398823116037908e9ae0f15b7c2d9a Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Sat, 10 Mar 2012 08:28:30 +0100 Subject: [PATCH] hla: Remove old comment. --- simgear/hla/HLAObjectInstance.hxx | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5