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:
parent
7343fe4cc6
commit
4458373488
@ -1399,7 +1399,7 @@ QString getUUID()
|
||||
uuidString = uuid.toString();
|
||||
qPrefUpdateManager::set_uuidString(uuidString);
|
||||
}
|
||||
uuidString.replace("{", "p").replace("}", "");
|
||||
uuidString.replace("{", "").replace("}", "");
|
||||
return uuidString;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user