From 62ab6eba358a4920c0143fdfd6a905a6836b012e Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 14 Apr 2022 20:49:38 +0200 Subject: Removed source groups as they didn't find their use in the end --- StarsEx/DataLoader.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'StarsEx/DataLoader.h') diff --git a/StarsEx/DataLoader.h b/StarsEx/DataLoader.h index a518a67..3d6f571 100644 --- a/StarsEx/DataLoader.h +++ b/StarsEx/DataLoader.h @@ -26,8 +26,6 @@ class Sound; class DataLoader { public: - using Group = DataSource::Group; - static constexpr int FAILED {-1}; static const char* TYPENAME() { return "DataLoader"; } @@ -44,7 +42,7 @@ public: void UseFileSystem(bool use=true); void EnableMedia(bool enable=true); - int MountDatafile(const char* name, Group group=Group::DEFAULT, int pos=-1); + int MountDatafile(const char* name, int pos=-1); int UnmountSource(int src); void SetDataPath(const char* path); -- cgit v1.1