Skip to content

Commit

Permalink
remove deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwernel committed Aug 18, 2024
1 parent 3bdc768 commit cd86a28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ The library is:

<br>

> [!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
Expand Down
5 changes: 0 additions & 5 deletions src/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cd86a28

Please sign in to comment.