aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/ModuleInit.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-26 16:24:34 +0000
committersaturneric <[email protected]>2024-07-26 16:24:34 +0000
commit37a62a8d0b590710b902376ca3320cc05e954b63 (patch)
tree349ecff21e5cf53d8eedbae7886404417ecdad05 /src/core/module/ModuleInit.h
parentfix: correct urls at appdata.xml (diff)
downloadGpgFrontend-37a62a8d0b590710b902376ca3320cc05e954b63.tar.gz
GpgFrontend-37a62a8d0b590710b902376ca3320cc05e954b63.zip
feat: remove spdlog and clean up log
Diffstat (limited to 'src/core/module/ModuleInit.h')
-rw-r--r--src/core/module/ModuleInit.h6
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