From cd86a28e914654a64ffa82265900ac92836b80a3 Mon Sep 17 00:00:00 2001 From: kernel <77142078+kernelwernel@users.noreply.github.com> Date: Sun, 18 Aug 2024 06:05:02 +0100 Subject: [PATCH] remove deprecation --- README.md | 8 -------- src/cli.cpp | 5 ----- 2 files changed, 13 deletions(-) diff --git a/README.md b/README.md index a496796..fca1231 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,6 @@ The library is:
-> [!CAUTION] -**DO NOT USE THIS LIBRARY FOR CRITICAL SOFTWARE** (i.e. anti-cheats, proprietary software, paid software, etc...) -> -> However, a solution is in development that will allow this in the next release which should be soon. -> -> The full reason can be found [here](deprecation.md) - - ## Example 🧪 ```cpp diff --git a/src/cli.cpp b/src/cli.cpp index 597243f..e8f1e5a 100644 --- a/src/cli.cpp +++ b/src/cli.cpp @@ -55,11 +55,6 @@ constexpr const char* red_orange = "\x1B[38;2;247;127;40m"; constexpr const char* green_orange = "\x1B[38;2;174;197;59m"; constexpr const char* grey = "\x1B[38;2;108;108;108m"; -constexpr bool ENABLE_NOTES = true; -constexpr bool ENABLE_SPOOF = false; -constexpr bool DISABLE_NOTES = false; -constexpr bool DISABLE_SPOOF = false; - enum arg_enum : std::uint8_t { HELP, VERSION,