Skip to content

Commit

Permalink
Merge pull request #1091 from FashionFreedom/reporting-compilation-issue
Browse files Browse the repository at this point in the history
fix: old conditionals have been removed to solve compilation issue
  • Loading branch information
DSCaskey committed Apr 15, 2024
2 parents 582f3ee + 3ab6059 commit e829b84
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/app/seamly2d/core/application_2d.cpp
Expand Up @@ -262,10 +262,6 @@ inline void noisyFailureMsgHandler(QtMsgType type, const QMessageLogContext &con

//---------------------------------------------------------------------------------------------------------------------

#if defined(Q_OS_WIN) && defined(Q_CC_GNU)
const QString Application2D::GistFileName = QStringLiteral("gist.json");
#endif // defined(Q_OS_WIN) && defined(Q_CC_GNU)

#define DefWidth 1.2//mm

//---------------------------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -627,9 +623,6 @@ void Application2D::startLogging()
{
beginLogging();
clearOldLogs();
#if defined(Q_OS_WIN) && defined(Q_CC_GNU)
ClearOldReports();
#endif // defined(Q_OS_WIN) && defined(Q_CC_GNU)
}
}

Expand Down

0 comments on commit e829b84

Please sign in to comment.