X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fhla%2FHLADataType.hxx;h=c792edd2c46ffe861b55437a93cda7a84f2fafa2;hb=63081c94a1e65d20b6e2680f2238f92c5be2bc76;hp=7b20dafd1ad7c3d909a6e9fbebbae12394b0a58b;hpb=dc9163f8016047f29603c3d40032655132f5c109;p=simgear.git diff --git a/simgear/hla/HLADataType.hxx b/simgear/hla/HLADataType.hxx index 7b20dafd..c792edd2 100644 --- a/simgear/hla/HLADataType.hxx +++ b/simgear/hla/HLADataType.hxx @@ -34,13 +34,6 @@ class HLAEnumeratedDataType; class HLAFixedRecordDataType; class HLAVariantRecordDataType; -enum HLAUpdateType { - HLAStaticUpdate, - HLAPeriodicUpdate, - HLAConditionalUpdate, - HLAUndefinedUpdate -}; - class HLADataType : public SGWeakReferenced { public: virtual ~HLADataType();