Remove unused member variable GParted_Core::buf
This commit is contained in:
parent
438685577b
commit
67115eeff2
|
@ -196,8 +196,6 @@ private:
|
||||||
std::map< Glib::ustring, std::vector<Glib::ustring> > mount_info ;
|
std::map< Glib::ustring, std::vector<Glib::ustring> > mount_info ;
|
||||||
std::map< Glib::ustring, std::vector<Glib::ustring> > fstab_info ;
|
std::map< Glib::ustring, std::vector<Glib::ustring> > fstab_info ;
|
||||||
std::map< Glib::ustring, std::vector<Glib::ustring> >::iterator iter_mp ;
|
std::map< Glib::ustring, std::vector<Glib::ustring> >::iterator iter_mp ;
|
||||||
|
|
||||||
char * buf ;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} //GParted
|
} //GParted
|
||||||
|
|
Loading…
Reference in New Issue