Remove unused member variable GParted_Core::buf

This commit is contained in:
Mike Fleetwood 2014-02-16 14:21:12 +00:00 committed by Curtis Gedak
parent 438685577b
commit 67115eeff2
1 changed files with 0 additions and 2 deletions

View File

@ -196,8 +196,6 @@ private:
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> >::iterator iter_mp ;
char * buf ;
};
} //GParted