Moved string bracket trim function to ghoul library

This commit is contained in:
GPayne
2021-10-07 16:10:00 -06:00
parent c36ea36a43
commit a2a8f93ba5
3 changed files with 9 additions and 19 deletions
-2
View File
@@ -343,8 +343,6 @@ private:
ghoul::MemoryPool<4096> _memoryPool;
};
void trimSurroundingCharacters(std::string& valueString, const char c);
} // namespace openspace
#endif // __OPENSPACE_CORE___SCENE___H__