summaryrefslogtreecommitdiffstats
path: root/code/AssetLib/FBX/FBXUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/AssetLib/FBX/FBXUtil.h')
-rw-r--r--code/AssetLib/FBX/FBXUtil.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/code/AssetLib/FBX/FBXUtil.h b/code/AssetLib/FBX/FBXUtil.h
index eb9ae14ed..311c89964 100644
--- a/code/AssetLib/FBX/FBXUtil.h
+++ b/code/AssetLib/FBX/FBXUtil.h
@@ -2,8 +2,7 @@
Open Asset Import Library (assimp)
----------------------------------------------------------------------
-Copyright (c) 2006-2024, assimp team
-
+Copyright (c) 2006-2025, assimp team
All rights reserved.
@@ -53,10 +52,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
namespace Assimp {
namespace FBX {
-
namespace Util {
-
/** helper for std::for_each to delete all heap-allocated items in a container */
template<typename T>
struct delete_fun
@@ -88,7 +85,6 @@ const char* TokenTypeString(TokenType t);
* @return A string of the following format: " (offset 0x{offset}) "*/
std::string GetOffsetText(size_t offset);
-
/** Format log/error messages using a given line location in the source file.
*
* @param line Line index, 1-based
@@ -96,7 +92,6 @@ std::string GetOffsetText(size_t offset);
* @return A string of the following format: " (line {line}, col {column}) "*/
std::string GetLineAndColumnText(unsigned int line, unsigned int column);
-
/** Format log/error messages using a given cursor token.
*
* @param tok Token where parsing/processing stopped