diff options
author | saturneric <[email protected]> | 2023-12-03 12:28:46 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-03 12:28:46 +0000 |
commit | 883db05d54510e76b6548e107593187e1306117d (patch) | |
tree | a4de9d60d3bfeb69ba443129d208feef65250b2c /src/core/GpgCoreInit.h | |
parent | feat: improve memory security of function framework (diff) | |
download | GpgFrontend-883db05d54510e76b6548e107593187e1306117d.tar.gz GpgFrontend-883db05d54510e76b6548e107593187e1306117d.zip |
feat: general improvements of aync execution and memory security
Diffstat (limited to 'src/core/GpgCoreInit.h')
-rw-r--r-- | src/core/GpgCoreInit.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/GpgCoreInit.h b/src/core/GpgCoreInit.h index 910e0562..0a10a639 100644 --- a/src/core/GpgCoreInit.h +++ b/src/core/GpgCoreInit.h @@ -63,12 +63,4 @@ void GPGFRONTEND_CORE_EXPORT InitGpgFrontendCore(); */ void reset_gpgfrontend_core(); -/** - * @brief - * - * @param channel - */ -void new_default_settings_channel( - int channel = GpgFrontend::kGpgfrontendDefaultChannel); - } // namespace GpgFrontend |