JANITORIAL: Remove unneeded functions from dlcmanager.h

This commit is contained in:
Ankush Dutt 2023-08-10 02:49:02 +05:30 committed by Eugene Sandulenko
parent 24392d4838
commit f03d59620b

View File

@ -80,18 +80,11 @@ public:
void processDownloadQueue();
// Returns the % download progress of current downloading game
uint32 downloadProgress() const;
Common::String getCurrentDownloadingDLC() const;
int getDLCIdxFromId(const Common::String &id) const;
void startDownloadAsync(const Common::String &id, const Common::String &url);
void errorCallback(Networking::ErrorResponse error);
void downloadFileCallback(Networking::DataResponse r);
};
#define DLCMan DLC::DLCManager::instance()