]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLAObjectClass.hxx
hla: Remove HLADataElement::Path based attribute handling.
[simgear.git] / simgear / hla / HLAObjectClass.hxx
index 97596d40a837b173132c344da31c3d0397cef789..f4453c7c47553abbe714c465566358e9eac383a5 100644 (file)
@@ -72,11 +72,6 @@ public:
     /// Sets the publication type of the attribute with the given index to publicationType
     void setAttributePublicationType(unsigned index, HLAPublicationType publicationType);
 
-    /// Return the index, path pair for the given string path pair
-    HLADataElement::IndexPathPair getIndexPathPair(const HLADataElement::StringPathPair&) const;
-    /// Return the index, path pair for the given string path
-    HLADataElement::IndexPathPair getIndexPathPair(const std::string& path) const;
-
     /// Get the attribute data element index for the given path, return true if successful
     bool getDataElementIndex(HLADataElementIndex& dataElementIndex, const std::string& path) const;
     HLADataElementIndex getDataElementIndex(const std::string& path) const;