Remove unused member variables from fat16 class
Left behind by commit:
a9015111b9
Raise minimum supported dosfstools to 3.0.18 (!57)
This commit is contained in:
parent
bac9e399b8
commit
84aee63650
|
@ -28,10 +28,10 @@ namespace GParted
|
||||||
class fat16 : public FileSystem
|
class fat16 : public FileSystem
|
||||||
{
|
{
|
||||||
const enum FSType specific_type;
|
const enum FSType specific_type;
|
||||||
Glib::ustring create_cmd ;
|
|
||||||
Glib::ustring check_cmd ;
|
|
||||||
public:
|
public:
|
||||||
fat16( enum FSType type ) : specific_type( type ), create_cmd( "" ), check_cmd( "" ) {};
|
fat16(enum FSType type) : specific_type(type) {};
|
||||||
|
|
||||||
const Glib::ustring & get_custom_text( CUSTOM_TEXT ttype, int index = 0 ) const;
|
const Glib::ustring & get_custom_text( CUSTOM_TEXT ttype, int index = 0 ) const;
|
||||||
FS get_filesystem_support() ;
|
FS get_filesystem_support() ;
|
||||||
void set_used_sectors( Partition & partition ) ;
|
void set_used_sectors( Partition & partition ) ;
|
||||||
|
|
Loading…
Reference in New Issue