Cleanup: remove bogus code that slipped in earlier

Commit df4fbf7699 ("Android: force different font on OnePlus devices")
inadvertantly added this hunk - let's undo it again.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-10-04 16:47:00 -07:00
parent 7343fe4cc6
commit 4458373488

View file

@ -1399,7 +1399,7 @@ QString getUUID()
uuidString = uuid.toString();
qPrefUpdateManager::set_uuidString(uuidString);
}
uuidString.replace("{", "p").replace("}", "");
uuidString.replace("{", "").replace("}", "");
return uuidString;
}