diff options
Diffstat (limited to 'modules/fbx/fbx_parser/FBXDocumentUtil.h')
| -rw-r--r-- | modules/fbx/fbx_parser/FBXDocumentUtil.h | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/fbx/fbx_parser/FBXDocumentUtil.h b/modules/fbx/fbx_parser/FBXDocumentUtil.h index daa9de4a33..ba86191c4a 100644 --- a/modules/fbx/fbx_parser/FBXDocumentUtil.h +++ b/modules/fbx/fbx_parser/FBXDocumentUtil.h @@ -98,13 +98,6 @@ void DOMWarning(const std::string &message, const Element *element);  void DOMWarning(const std::string &message, const std::shared_ptr<Token> token);  void DOMWarning(const std::string &message, const std::shared_ptr<Element> element); -// fetch a property table and the corresponding property template -const PropertyTable *GetPropertyTable(const Document &doc, -		const std::string &templateName, -		const ElementPtr element, -		const ScopePtr sc, -		bool no_warn = false); -  // ------------------------------------------------------------------------------------------------  template <typename T>  const T *ProcessSimpleConnection(const Connection &con,  |