From 690e558b88d9c88a1635b1cf626bc625a8444fd4 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 25 Nov 2021 09:32:52 +0100 Subject: [PATCH] Update IOSystem.cpp --- code/Common/IOSystem.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/Common/IOSystem.cpp b/code/Common/IOSystem.cpp index 582485f95..77305d193 100644 --- a/code/Common/IOSystem.cpp +++ b/code/Common/IOSystem.cpp @@ -5,8 +5,6 @@ Open Asset Import Library (assimp) Copyright (c) 2006-2019, assimp team - - All rights reserved. Redistribution and use of this software in source and binary forms, @@ -46,7 +44,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. using namespace Assimp; -//const std::string Assimp::StaticDummyString; const std::string &IOSystem::CurrentDirectory() const { if ( m_pathStack.empty() ) { static const std::string Dummy = std::string();