mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1399,7 +1399,7 @@ QString getUUID()
|
|||
uuidString = uuid.toString();
|
||||
qPrefUpdateManager::set_uuidString(uuidString);
|
||||
}
|
||||
uuidString.replace("{", "p").replace("}", "");
|
||||
uuidString.replace("{", "").replace("}", "");
|
||||
return uuidString;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue