From 644aa4397b03dbef73f8bfedc13925b51cad836b Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 5 Jan 2024 20:55:15 +0800 Subject: feat: integrate logging api to core --- src/ui/GpgFrontendUIInit.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/ui/GpgFrontendUIInit.h') diff --git a/src/ui/GpgFrontendUIInit.h b/src/ui/GpgFrontendUIInit.h index 42c00c5a..fd62f3f6 100644 --- a/src/ui/GpgFrontendUIInit.h +++ b/src/ui/GpgFrontendUIInit.h @@ -44,24 +44,12 @@ void GPGFRONTEND_UI_EXPORT PreInitGpgFrontendUI(); */ void GPGFRONTEND_UI_EXPORT InitGpgFrontendUI(QApplication *); -/** - * @brief - * - */ -void GPGFRONTEND_UI_EXPORT InitUILoggingSystem(spdlog::level::level_enum level); - /** * @brief init the UI library * */ void GPGFRONTEND_UI_EXPORT DestroyGpgFrontendUI(); -/** - * @brief - * - */ -void GPGFRONTEND_UI_EXPORT ShutdownUILoggingSystem(); - /** * @brief run main window */ -- cgit v1.2.3