mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
[RAPPS] Remove unused function definitions
This commit is contained in:
parent
1e201d7057
commit
cda2bc50eb
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue