From d03a5c1155dee33acef1712b330051ca87c323d1 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sun, 26 Jan 2020 09:50:56 -0800 Subject: [PATCH] Remove unused member function declaration --- src/html/chm.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/html/chm.cpp b/src/html/chm.cpp index bc07d7f20e..d46fdfacf3 100644 --- a/src/html/chm.cpp +++ b/src/html/chm.cpp @@ -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;