diff options
Diffstat (limited to 'src/core/module/ModuleInit.h')
-rw-r--r-- | src/core/module/ModuleInit.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/core/module/ModuleInit.h b/src/core/module/ModuleInit.h index e7e86f0f..c4f121ba 100644 --- a/src/core/module/ModuleInit.h +++ b/src/core/module/ModuleInit.h @@ -28,15 +28,11 @@ #pragma once -#include <spdlog/spdlog.h> - #include "core/GpgFrontendCoreExport.h" namespace GpgFrontend::Module { -struct ModuleInitArgs { - spdlog::level::level_enum log_level; -}; +struct ModuleInitArgs {}; /** * @brief init the module library |