]> git.mxchange.org Git - simgear.git/commitdiff
hla: Remove reference to deprecated VariantDataType.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 29 Jul 2012 18:58:07 +0000 (20:58 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 29 Jul 2012 18:58:07 +0000 (20:58 +0200)
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.