https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cda2bc50ebf9f32e067faabd8a1449e7bff7b86d

commit cda2bc50ebf9f32e067faabd8a1449e7bff7b86d
Author:     Mark Jansen <mark.jan...@reactos.org>
AuthorDate: Tue Aug 20 01:41:40 2019 +0200
Commit:     Mark Jansen <mark.jan...@reactos.org>
CommitDate: Tue Aug 20 01:41:40 2019 +0200

    [RAPPS] Remove unused function definitions
---
 base/applications/rapps/loaddlg.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/base/applications/rapps/loaddlg.cpp 
b/base/applications/rapps/loaddlg.cpp
index 201538f7edb..5b31ed06f0e 100644
--- a/base/applications/rapps/loaddlg.cpp
+++ b/base/applications/rapps/loaddlg.cpp
@@ -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);
 };
 

Reply via email to