Remove unused member function declaration

This commit is contained in:
Paul Cornett
2020-01-26 09:50:56 -08:00
parent 47163f6433
commit d03a5c1155

View File

@@ -393,10 +393,6 @@ private:
// this void* is handle of archive . I'm sorry it is void and not proper
// type but I don't want to make unzip.h header public.
// locates the file and returns a mspack_file *
mspack_file *LocateFile(wxString filename);
// should store pointer to current file
mspack_file *m_file;