Removed a missed line in previous commit

Signed-off-by: Alexis Maiquez <almamu@almamu.com>
This commit is contained in:
Alexis Maiquez 2023-02-01 02:38:45 +01:00
parent fdd5bcb0b5
commit 885221d602

View File

@ -26,8 +26,6 @@ CUserSettingColor* CUserSettingColor::fromJSON (nlohmann::json& data)
std::string source; std::string source;
std::string expectedValue; std::string expectedValue;
std::string json = data.dump ();
if (data.is_object () == true) if (data.is_object () == true)
{ {
hasSource = true; hasSource = true;