X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Ffile.h;fp=source%2Fio%2Ffile.h;h=cd547b37545cb23b6f0c3842c512a7cf13847905;hp=ee83554cff806bc4ba47d0e1383cbcb426b5f153;hb=e4afb5edb0b7834ef4872218c99207e6b589e9ce;hpb=d85465dd66a6fc80a9fb7868d1193a86abfe5b7c diff --git a/source/io/file.h b/source/io/file.h index ee83554..cd547b3 100644 --- a/source/io/file.h +++ b/source/io/file.h @@ -43,10 +43,6 @@ public: File(const std::string &, Mode = M_READ, CreateMode = CreateMode(C_CREATE+C_TRUNCATE)); virtual ~File(); - /** Closes the file. Any attempt to access the file after this will cause - an exception to be thrown. */ - void close(); - void set_block(bool); protected: