summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/file_backend.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2016-10-17 04:10:23 +0200
committerwwylele <wwylele@gmail.com>2016-11-19 16:17:19 +0100
commit9a0405858a5602a5e1e112b131ecdd8ca27e6d10 (patch)
tree287e47a4425fe9dd2c04bbfd92b36d0240a767b9 /src/core/file_sys/file_backend.h
parentFileSys: remove Open from DirectoryBackend (diff)
downloadyuzu-9a0405858a5602a5e1e112b131ecdd8ca27e6d10.tar
yuzu-9a0405858a5602a5e1e112b131ecdd8ca27e6d10.tar.gz
yuzu-9a0405858a5602a5e1e112b131ecdd8ca27e6d10.tar.bz2
yuzu-9a0405858a5602a5e1e112b131ecdd8ca27e6d10.tar.lz
yuzu-9a0405858a5602a5e1e112b131ecdd8ca27e6d10.tar.xz
yuzu-9a0405858a5602a5e1e112b131ecdd8ca27e6d10.tar.zst
yuzu-9a0405858a5602a5e1e112b131ecdd8ca27e6d10.zip
Diffstat (limited to 'src/core/file_sys/file_backend.h')
-rw-r--r--src/core/file_sys/file_backend.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/file_sys/file_backend.h b/src/core/file_sys/file_backend.h
index ed997537f..5e7c2bab4 100644
--- a/src/core/file_sys/file_backend.h
+++ b/src/core/file_sys/file_backend.h
@@ -19,12 +19,6 @@ public:
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
* @param length Length in bytes of data to read from file