diff --git a/simgear/hla/HLADataType.hxx b/simgear/hla/HLADataType.hxx index e728fa8c..6e15aade 100644 --- a/simgear/hla/HLADataType.hxx +++ b/simgear/hla/HLADataType.hxx @@ -54,8 +54,6 @@ public: virtual const HLAArrayDataType* toArrayDataType() const; virtual const HLAEnumeratedDataType* toEnumeratedDataType() const; virtual const HLAFixedRecordDataType* toFixedRecordDataType() const; - /// deprecated - const HLAVariantRecordDataType* toVariantDataType() const { return toVariantRecordDataType(); } virtual const HLAVariantRecordDataType* toVariantRecordDataType() const; /// Recompute the alignment value of this data type.