diff --git a/include/ui/wildmonchart.h b/include/ui/wildmonchart.h index 20840c87..860ce564 100644 --- a/include/ui/wildmonchart.h +++ b/include/ui/wildmonchart.h @@ -76,9 +76,6 @@ private: #else -// As of writing our static Qt build for Windows doesn't include the QtCharts module, so we dummy the class out here. -// The charts module is additionally excluded from Windows in porymap.pro - class WildMonChart : public QWidget { Q_OBJECT diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index d0c28d8a..cb4ef3fc 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -51,8 +51,6 @@ // We only publish release binaries for Windows and macOS. // This is relevant for the update promoter, which alerts users of a new release. -// TODO: Currently the update promoter is disabled on our Windows releases because -// the pre-compiled Qt build doesn't link OpenSSL. Re-enable below once this is fixed. #if defined(Q_OS_WIN) || defined(Q_OS_MACOS) #define RELEASE_PLATFORM #endif