Remove unused function declarations for *_mtoolsrc_file()
Remove left behind function declarations create_mtoolsrc_file() and
delete_mtoolsrc_file() after commit:
2706f0174a
Remove mtoolsrc file
This commit is contained in:
parent
a255abf343
commit
7ae05b7241
|
@ -180,9 +180,6 @@ public:
|
|||
static Glib::ustring regexp_label( const Glib::ustring & text
|
||||
, const Glib::ustring & pattern
|
||||
) ;
|
||||
static Glib::ustring create_mtoolsrc_file( char file_name[],
|
||||
const char drive_letter, const Glib::ustring & device_path ) ;
|
||||
static Glib::ustring delete_mtoolsrc_file( const char file_name[] ) ;
|
||||
static Glib::ustring trim( const Glib::ustring & src, const Glib::ustring & c = " \t\r\n" ) ;
|
||||
static Glib::ustring get_lang() ;
|
||||
static void tokenize( const Glib::ustring& str,
|
||||
|
|
Loading…
Reference in New Issue