diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2020-06-07 03:44:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-07 03:44:05 -0700 |
| commit | bf055e804879c0a74750c7b60dbeababeafd3a23 (patch) | |
| tree | 75f47a25da8c8045dd195f42c8c218acb425d3db /src/selfupdater.h | |
| parent | 226b2b1843bbf41581757f44f8a2f4728f0a4b19 (diff) | |
| parent | 0ad56591fd9581aa9195f854ac3fc1b40d5b1802 (diff) | |
Merge pull request #1101 from Holt59/archive-lib-modification
Archive lib refactoring
Diffstat (limited to 'src/selfupdater.h')
| -rw-r--r-- | src/selfupdater.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/selfupdater.h b/src/selfupdater.h index 0c81efc5..8ff14326 100644 --- a/src/selfupdater.h +++ b/src/selfupdater.h @@ -140,8 +140,6 @@ private: bool m_Canceled;
int m_Attempts;
- Archive *m_ArchiveHandler;
-
GitHub m_GitHub;
QJsonObject m_UpdateCandidate;
|
