diff options
Diffstat (limited to 'src/Utility.hpp')
-rw-r--r-- | src/Utility.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Utility.hpp b/src/Utility.hpp index 064f4dd..8333052 100644 --- a/src/Utility.hpp +++ b/src/Utility.hpp @@ -7,8 +7,6 @@ #include <easylogging++.h> #include <GL/glew.h> -//using Uuid = std::array<unsigned char, 16>; -//using Uuid = unsigned char[16]; using Uuid = std::vector<uint8_t>; template<class T> |