mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-17 10:10:45 -04:00
FileSys: remove Open from FileBackend
Same as directory, file shouldn't expose Open either.
This commit is contained in:
@@ -18,12 +18,6 @@ public:
|
||||
FileBackend() {}
|
||||
virtual ~FileBackend() {}
|
||||
|
||||
/**
|
||||
* Open the file
|
||||
* @return Result of the file operation
|
||||
*/
|
||||
virtual ResultCode Open() = 0;
|
||||
|
||||
/**
|
||||
* Read data from the file
|
||||
* @param offset Offset in bytes to start reading data from
|
||||
|
||||
Reference in New Issue
Block a user