diff options
author | Saturn&Eric <[email protected]> | 2022-05-13 19:31:40 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-13 19:31:40 +0000 |
commit | 49090d1d511a4a0fbcfac253656a40a42716c82e (patch) | |
tree | 2553bd9a1d14c099a0a990576fb7c874f72b3859 /src/main.cpp | |
parent | Merge pull request #60 from saturneric/develop-2.0.7 (diff) | |
parent | fix(core): solve memory access issues (diff) | |
download | GpgFrontend-49090d1d511a4a0fbcfac253656a40a42716c82e.tar.gz GpgFrontend-49090d1d511a4a0fbcfac253656a40a42716c82e.zip |
Merge pull request #62 from saturneric/develop-2.0.8v2.0.8
Develop 2.0.8
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 24f2b7fa..fd20a664 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,7 +36,6 @@ #include "GpgFrontendBuildInfo.h" #include "core/GpgFunctionObject.h" -#include "core/thread/CtxCheckThread.h" #include "ui/GpgFrontendUIInit.h" #include "ui/main_window/MainWindow.h" |