]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLAInteractionClass.hxx
canvas::Layout: support for contents margins.
[simgear.git] / simgear / hla / HLAInteractionClass.hxx
index 211f3deab5f8710f2f19c24d1c6dc3c38f1cc6e4..6b614912c2800e3475ce820b7f1b5188aa27b0b6 100644 (file)
@@ -59,9 +59,6 @@ public:
     const HLADataType* getParameterDataType(unsigned index) const;
     void setParameterDataType(unsigned index, const SGSharedPtr<const HLADataType>& dataType);
 
-    HLADataElement::IndexPathPair getIndexPathPair(const HLADataElement::StringPathPair& stringPathPair) const;
-    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;