build: Streamline definition on plugin features

This commit is contained in:
WerWolv
2024-07-09 07:21:25 +02:00
parent 32e2ccbca0
commit f8f47012c4
7 changed files with 52 additions and 50 deletions

View File

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