Get rid of REPLACEMENT_CHARACTER constant

This commit is contained in:
Mm2PL 2023-02-07 21:49:47 +01:00
parent 8e67327abc
commit 55d8a31b49
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9

View file

@ -102,7 +102,6 @@ int c2_system_msg(lua_State *L)
return 1;
}
static const QChar REPLACEMENT_CHARACTER = QChar(0xFFFD);
int g_load(lua_State *L)
{
auto countArgs = lua_gettop(L);