mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
JANITORIAL: Remove unneeded functions from dlcmanager.h
This commit is contained in:
parent
24392d4838
commit
f03d59620b
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user