mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Get rid of REPLACEMENT_CHARACTER constant
This commit is contained in:
parent
8e67327abc
commit
55d8a31b49
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue