From fa79a51c46452c5849f480fa4dcff445245e0483 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Thu, 23 Mar 2023 20:23:17 +0200 Subject: [PATCH] Remove unused files. --- module/Library/Utils/JSON.cpp | 13 ------------- module/Library/Utils/JSON.hpp | 14 -------------- 2 files changed, 27 deletions(-) delete mode 100644 module/Library/Utils/JSON.cpp delete mode 100644 module/Library/Utils/JSON.hpp 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