From f71f129e3b3028a88b0ec74bf5b75ab647c649d1 Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Sun, 29 Jul 2012 20:58:07 +0200 Subject: [PATCH] hla: Remove reference to deprecated VariantDataType. --- simgear/hla/HLADataType.hxx | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.39.5