]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLADataType.hxx
hla: Remove reference to deprecated VariantDataType.
[simgear.git] / simgear / hla / HLADataType.hxx
index e728fa8c6a6bc4d1bdbec5f9ec799a5042951186..6e15aade4c7e3daf2f86cb53bde0b8ee545b3621 100644 (file)
@@ -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.