aboutsummaryrefslogtreecommitdiff
path: root/src/streams.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/streams.cpp')
-rw-r--r--src/streams.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/streams.cpp b/src/streams.cpp
index 5f7baf92b9..baa5ad7abe 100644
--- a/src/streams.cpp
+++ b/src/streams.cpp
@@ -106,11 +106,6 @@ bool AutoFile::Commit()
return ::FileCommit(m_file);
}
-bool AutoFile::IsError()
-{
- return ferror(m_file);
-}
-
bool AutoFile::Truncate(unsigned size)
{
return ::TruncateFile(m_file, size);