From fe91611cb1c484429f2fdc958732337a5fc38fa8 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Mon, 14 Mar 2016 14:54:37 -0500 Subject: DataManager Updates The goal of this change is to make DataManager use InfoManager to reduce code duplication. Change-Id: Ia4f4c4324453a192995e0f442db0a03628c13e46 --- partitionmanager.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'partitionmanager.cpp') diff --git a/partitionmanager.cpp b/partitionmanager.cpp index 521079963..1c7af5e6c 100644 --- a/partitionmanager.cpp +++ b/partitionmanager.cpp @@ -1460,7 +1460,6 @@ int TWPartitionManager::Decrypt_Device(string Password) { } else { TWPartition* dat = Find_Partition_By_Path("/data"); if (dat != NULL) { - DataManager::SetValue(TW_DATA_BLK_DEVICE, dat->Primary_Block_Device); DataManager::SetValue(TW_IS_DECRYPTED, 1); dat->Is_Decrypted = true; dat->Decrypted_Block_Device = crypto_blkdev; -- cgit v1.2.3