mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DirectoryBlob: Remove unused DiscContent member
This commit is contained in:
@ -55,7 +55,6 @@ public:
|
|||||||
private:
|
private:
|
||||||
u64 m_offset;
|
u64 m_offset;
|
||||||
u64 m_size = 0;
|
u64 m_size = 0;
|
||||||
std::string m_path;
|
|
||||||
ContentSource m_content_source;
|
ContentSource m_content_source;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user