[RAPPS] Remove unused function definitions

This commit is contained in:
Mark Jansen 2019-08-20 01:41:40 +02:00
parent 1e201d7057
commit cda2bc50eb
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -351,9 +351,6 @@ public:
static VOID Download(const DownloadInfo& DLInfo, BOOL bIsModal = FALSE);
static INT_PTR CALLBACK DownloadDlgProc(HWND Dlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
static DWORD WINAPI ThreadFunc(LPVOID Context);
static BOOL DownloadListOfApplications(const ATL::CSimpleArray<CAvailableApplicationInfo>& AppsList, BOOL bIsModal = FALSE);
static BOOL DownloadApplication(CAvailableApplicationInfo* pAppInfo, BOOL bIsModal = FALSE);
static VOID DownloadApplicationsDB(LPCWSTR lpUrl);
static VOID LaunchDownloadDialog(BOOL);
};