From b2e6e48ea4d064eec8db23530355aa7626e8bd8e Mon Sep 17 00:00:00 2001 From: VoltZ <47382115+SuperSaiyajinVoltZ@users.noreply.github.com> Date: Sun, 3 Nov 2019 21:14:04 +0100 Subject: [PATCH] Don't show those notes with the json stuff and get rid of `pase.cpp/.hpp` Part 2/3. --- include/utils/parse.hpp | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 include/utils/parse.hpp diff --git a/include/utils/parse.hpp b/include/utils/parse.hpp deleted file mode 100644 index 6944212..0000000 --- a/include/utils/parse.hpp +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef PARSE_HPP -#define PARSE_HPP - -void parse(std::string fileName); -std::string get(nlohmann::json json, const std::string &key, const std::string &key2); - -#endif \ No newline at end of file