remove construct-and-open RageFile ctor
This commit is contained in:
@@ -26,7 +26,6 @@ public:
|
||||
};
|
||||
|
||||
RageFile();
|
||||
RageFile( const CString& path, int mode = READ );
|
||||
~RageFile() { Close(); }
|
||||
RageFile( const RageFile &cpy );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user