diff options
author | saturneric <[email protected]> | 2024-01-15 17:06:36 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-15 17:08:48 +0000 |
commit | 5af14839b718896ed8049d52ab60601ea1291db9 (patch) | |
tree | 2be9bf07932f2fd21b9759c87036f8c47345ce75 /src/init.h | |
parent | refactor: remove libicu from project (diff) | |
download | GpgFrontend-5af14839b718896ed8049d52ab60601ea1291db9.tar.gz GpgFrontend-5af14839b718896ed8049d52ab60601ea1291db9.zip |
fix: remove low level api setjmp to improve corss-platform ability
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -33,13 +33,6 @@ namespace GpgFrontend { /** - * @brief handle the signal SIGSEGV - * - * @param sig - */ -void HandleSignal(int sig); - -/** * @brief * * @param args |