Remove now unused T, N & S FileSystem member variables (!119)
Now those member variables are unused remove them. Closes !119 - Tidy-ups for file system interface classes
This commit is contained in:
parent
9c6ea6457e
commit
5eef90497b
|
@ -166,7 +166,6 @@ protected:
|
||||||
|
|
||||||
//those are used in several places..
|
//those are used in several places..
|
||||||
Glib::ustring output, error ;
|
Glib::ustring output, error ;
|
||||||
Sector T, N, S ; //File system [T]otal num of blocks, [N]um of free (or used) blocks, block [S]ize
|
|
||||||
int exit_status ;
|
int exit_status ;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in New Issue