aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgFrontendCore.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-22 14:02:15 +0000
committersaturneric <[email protected]>2024-01-22 14:02:15 +0000
commit904521c89de0bedb2db1cf36e3cba3b928eaa65a (patch)
tree3a83611183e09b453351987d930398d24bb92afa /src/core/GpgFrontendCore.cpp
parentfix: stop reading all data into memory at file hash calculation (diff)
downloadGpgFrontend-904521c89de0bedb2db1cf36e3cba3b928eaa65a.tar.gz
GpgFrontend-904521c89de0bedb2db1cf36e3cba3b928eaa65a.zip
fix: improve ui and solve discovered bugs at version checking module
Diffstat (limited to '')
-rw-r--r--src/core/GpgFrontendCore.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/GpgFrontendCore.cpp b/src/core/GpgFrontendCore.cpp
index 2508f4e7..82ed09f4 100644
--- a/src/core/GpgFrontendCore.cpp
+++ b/src/core/GpgFrontendCore.cpp
@@ -27,8 +27,3 @@
*/
#include "core/GpgFrontendCore.h"
-
-#ifndef MACOS
-// mimalloc
-#include <mimalloc-new-delete.h>
-#endif