Skip to content

Commit

Permalink
refactor(server): remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve authored Dec 15, 2023
1 parent fee7704 commit dda4f0e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions server/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ struct targets
std::vector<vencord::prop> exclude;
};

template <>
struct glz::meta<vencord::target_mode>
{
using enum vencord::target_mode;
static constexpr auto value = enumerate("include", include, "exclude", exclude);
};

template <>
struct glz::meta<vencord::prop>
{
Expand Down

0 comments on commit dda4f0e

Please sign in to comment.