[RAPPS] Remove unused function definitions 1554/head
authorMark Jansen <mark.jansen@reactos.org>
Mon, 19 Aug 2019 23:41:40 +0000 (01:41 +0200)
committerMark Jansen <mark.jansen@reactos.org>
Mon, 19 Aug 2019 23:41:40 +0000 (01:41 +0200)
base/applications/rapps/loaddlg.cpp

index 201538f..5b31ed0 100644 (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);
 };