[gparted] Remove unused function declarations for *_mtoolsrc_file()



commit 7ae05b7241d9067174ad291874225d033a4c1dee
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date:   Mon Oct 7 19:33:06 2013 +0100

    Remove unused function declarations for *_mtoolsrc_file()
    
    Remove left behind function declarations create_mtoolsrc_file() and
    delete_mtoolsrc_file() after commit:
    
        2706f0174aeca1fdad08669c67fab5ac75ebfd5f
        Remove mtoolsrc file

 include/Utils.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/include/Utils.h b/include/Utils.h
index 86335f7..750a0d2 100644
--- a/include/Utils.h
+++ b/include/Utils.h
@@ -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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]