Skip to content

Commit

Permalink
Fixup previous commit
Browse files Browse the repository at this point in the history
.. remove Qt5Concurrent.dll from windows installer as
   it is no longer required.

.. remove errant class member in RideCacheRefreshThread
   that was added then unused during development.
  • Loading branch information
liversedge committed Jun 12, 2022
1 parent 9d9ad75 commit 5684b89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Core/RideCache.h
Expand Up @@ -189,7 +189,6 @@ class RideCacheRefreshThread : public QThread

private:
RideCache *cache;
QVector<RideItem*>rides;
};

#endif // _GC_RideCache_h
2 changes: 0 additions & 2 deletions src/Resources/win32/GC3.6-Dev-Master-W64-QT5.nsi
Expand Up @@ -187,7 +187,6 @@ Section "Golden Cheetah (required)" Sec1
SetOutPath "$INSTDIR"
File "Qt5Bluetooth.dll"
File "Qt5Charts.dll"
File "Qt5Concurrent.dll"
File "Qt5Core.dll"
File "Qt5Gui.dll"
File "Qt5Multimedia.dll"
Expand Down Expand Up @@ -433,7 +432,6 @@ Section Uninstall
Delete "$INSTDIR\gslcblas.dll"
Delete "$INSTDIR\Qt5Bluetooth.dll"
Delete "$INSTDIR\Qt5Charts.dll"
Delete "$INSTDIR\Qt5Concurrent.dll"
Delete "$INSTDIR\Qt5Core.dll"
Delete "$INSTDIR\Qt5Gui.dll"
Delete "$INSTDIR\Qt5Multimedia.dll"
Expand Down

0 comments on commit 5684b89

Please sign in to comment.