From fee7704edc9dc1876cea3d43e0f69b0858c33322 Mon Sep 17 00:00:00 2001 From: Noah <37805707+Curve@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:28:17 +0100 Subject: [PATCH] refactor: remove dead code * I committed this from my phone let's hope it works --- include/vencord/patchbay.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/vencord/patchbay.hpp b/include/vencord/patchbay.hpp index f352aa7..3b1bf4e 100644 --- a/include/vencord/patchbay.hpp +++ b/include/vencord/patchbay.hpp @@ -7,12 +7,6 @@ namespace vencord { - enum class target_mode - { - include, - exclude, - }; - struct prop { std::string key;