diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/struct/SoftwareVersion.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/struct/SoftwareVersion.h b/src/ui/struct/SoftwareVersion.h index 942efec9..9d861ef1 100644 --- a/src/ui/struct/SoftwareVersion.h +++ b/src/ui/struct/SoftwareVersion.h @@ -81,7 +81,6 @@ struct SoftwareVersion { [[nodiscard]] bool CurrentVersionReleased() const; private: - static int version_compare(const std::string& a, const std::string& b); }; } // namespace GpgFrontend::UI |