[gparted] Remove GParted_Core::fs (#683149)



commit 52af838df2a18a0cbf7f749f0baeaff05fd7d0a6
Author: Matthias Gehre <M Gehre gmx de>
Date:   Sat Sep 1 12:59:20 2012 +0200

    Remove GParted_Core::fs (#683149)
    
    Bug #683149 - Cleanup(?): Remove lp_device and lp_disk from GParted_Core

 include/GParted_Core.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/include/GParted_Core.h b/include/GParted_Core.h
index 8c9a018..13eeb0c 100644
--- a/include/GParted_Core.h
+++ b/include/GParted_Core.h
@@ -214,7 +214,6 @@ private:
 	std::map< FILESYSTEM, FileSystem * > FILESYSTEM_MAP ;
 	FileSystem * p_filesystem ;
 	std::vector<PedPartitionFlag> flags;
-	FS fs ;
 	std::vector<Glib::ustring> device_paths ;
 	bool probe_devices ;
 	Glib::ustring thread_status_message;  //Used to pass data to show_pulsebar method



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