diff --git a/data.cpp b/data.cpp index 5a90553451a9fdd452571c84d5f2112cb73ecaa8..c0cb9b85b9c2f69d0e3558f1d6c4347c703ad818 100644 --- a/data.cpp +++ b/data.cpp @@ -833,20 +833,19 @@ void DataManager::SetDefaultValues() #else mConst.SetValue("tw_has_boot_slots", "0"); #endif + #ifdef TW_NO_LEGACY_PROPS LOGINFO("TW_NO_LEGACY_PROPS := true\n"); - mConst.SetValue("tw_enable_legacy_props", "0"); #endif + #ifdef TW_OEM_BUILD LOGINFO("TW_OEM_BUILD := true\n"); mConst.SetValue("tw_oem_build", "1"); - mConst.SetValue("tw_enable_legacy_props", "0"); #else mConst.SetValue("tw_oem_build", "0"); mPersist.SetValue("tw_app_prompt", "1"); mPersist.SetValue("tw_app_install_system", "1"); mData.SetValue("tw_app_install_status", "0"); // 0 = no status, 1 = not installed, 2 = already installed - mPersist.SetValue("tw_enable_legacy_props", "0"); #endif pthread_mutex_unlock(&m_valuesLock); diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml index 5e640104dacba17adc95123db0ba9eea11c167a8..c3d89fe2d4bb95d58c67e54fa3d60b4a0b596561 100644 --- a/gui/theme/common/landscape.xml +++ b/gui/theme/common/landscape.xml @@ -447,12 +447,6 @@ - - - {@enable_legacy_props_chk=Enable legacy properties for old zips} - - -