Skip to content

Commit

Permalink
Merge pull request #4876 from assimp/kimkulling/remove_deprecated_com…
Browse files Browse the repository at this point in the history
…ment_issue-4869

Remove deprecated comment
  • Loading branch information
kimkulling committed Jan 15, 2023
2 parents eb328ce + 2d37f49 commit 70edec0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/AssetLib/FBX/FBXTokenizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ class Token
const unsigned int column;
};

// XXX should use C++11's unique_ptr - but assimp's need to keep working with 03
typedef const Token* TokenPtr;
typedef std::vector< TokenPtr > TokenList;

Expand Down

0 comments on commit 70edec0

Please sign in to comment.