Remove the unused DefaultExternalServices.createDownloadManager options (PR 12191 follow-up)

This commit is contained in:
Jonas Jenwald 2022-12-03 12:52:36 +01:00
parent 67e1c37e0f
commit 9369adb4bd
4 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@ class GenericPreferences extends BasePreferences {
}
class GenericExternalServices extends DefaultExternalServices {
static createDownloadManager(options) {
static createDownloadManager() {
return new DownloadManager();
}