mirror of
https://github.com/huderlem/porymap.git
synced 2026-03-21 17:45:44 -05:00
Remove old Windows support comments
This commit is contained in:
parent
a31b607128
commit
647dcf15d9
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user