remove construct-and-open RageFile ctor

This commit is contained in:
Glenn Maynard
2004-09-25 02:50:31 +00:00
parent ec44af425a
commit 2e6ffb73e0
6 changed files with 13 additions and 28 deletions
-1
View File
@@ -26,7 +26,6 @@ public:
};
RageFile();
RageFile( const CString& path, int mode = READ );
~RageFile() { Close(); }
RageFile( const RageFile &cpy );