From a13d74fc95324c4318fcc95956b07fe593669412 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Sun, 24 Mar 2013 08:54:55 -0500 Subject: Add partition list GUI element Add partition list GUI element and update backup, restore, mount, storage selection, and wipe sections of GUI and partition manager code to reflect the new GUI element. Update ORS engine to handle new backup and restore setup. Fix a bug with decrypt. Add 1080x1920 layout. Change-Id: Iaa2f44cb707167e66f935452f076ba00e68a2aa4 --- data.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'data.hpp') diff --git a/data.hpp b/data.hpp index 55966a1c3..b540675cd 100644 --- a/data.hpp +++ b/data.hpp @@ -57,12 +57,8 @@ public: static string GetCurrentStoragePath(void); static string& CGetCurrentStoragePath(); - static string GetCurrentStorageMount(void); - static string& CGetCurrentStorageMount(); static string GetSettingsStoragePath(void); static string& CGetSettingsStoragePath(); - static string GetSettingsStorageMount(void); - static string& CGetSettingsStorageMount(); protected: typedef pair TStrIntPair; -- cgit v1.2.3