diff --git a/module/Library/Utils/JSON.cpp b/module/Library/Utils/JSON.cpp deleted file mode 100644 index acfc6eda..00000000 --- a/module/Library/Utils/JSON.cpp +++ /dev/null @@ -1,13 +0,0 @@ -// ------------------------------------------------------------------------------------------------ -#include "Library/Utils/JSON.hpp" - -// ------------------------------------------------------------------------------------------------ -namespace SqMod { - -// ================================================================================================ -void Register_JSON(HSQUIRRELVM vm, Table & ns) -{ - -} - -} // Namespace:: SqMod diff --git a/module/Library/Utils/JSON.hpp b/module/Library/Utils/JSON.hpp deleted file mode 100644 index b811576f..00000000 --- a/module/Library/Utils/JSON.hpp +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -// ------------------------------------------------------------------------------------------------ -#include "Core/Utility.hpp" - -// ------------------------------------------------------------------------------------------------ -#define JSMN_HEADER -#include - -// ------------------------------------------------------------------------------------------------ -namespace SqMod { - - -} // Namespace:: SqMod