Core/File: Remove useless SetOpenMode method (equivalent to Open)

Former-commit-id: e02f4f758adfd2c0870920997acac71a47d51c3f
This commit is contained in:
Lynix
2015-11-18 18:27:01 +01:00
parent ddc343a630
commit 00423c4211
2 changed files with 0 additions and 31 deletions

View File

@@ -71,7 +71,6 @@ namespace Nz
bool SetCursorPos(UInt64 offset) override;
void SetEndianness(Endianness endianness);
bool SetFile(const String& filePath);
bool SetOpenMode(UInt32 openMode);
using OutputStream::Write;
std::size_t Write(const void* buffer, std::size_t size) override;