build: Streamline definition on plugin features

This commit is contained in:
WerWolv
2024-07-08 18:12:46 +02:00
parent 39f01538c7
commit 03d344c0a2
7 changed files with 53 additions and 51 deletions

View File

@@ -21,8 +21,6 @@ using ScriptLoaders = std::tuple<
#endif
>;
IMHEX_DEFINE_PLUGIN_FEATURES(){ };
namespace {
ScriptLoaders s_loaders;