mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
Issue #58 - Follow-up: Remove Rust binding leftovers
This commit is contained in:
parent
0b3da59bc3
commit
6d154eee11
6 changed files with 2 additions and 166 deletions
|
|
@ -1366,17 +1366,3 @@ AppendUCS4ToUTF16(const uint32_t aSource, nsAString& aDest)
|
|||
aDest.Append(L_SURROGATE(aSource));
|
||||
}
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
|
||||
void Gecko_AppendUTF16toCString(nsACString* aThis, const nsAString* aOther)
|
||||
{
|
||||
AppendUTF16toUTF8(*aOther, *aThis);
|
||||
}
|
||||
|
||||
void Gecko_AppendUTF8toString(nsAString* aThis, const nsACString* aOther)
|
||||
{
|
||||
AppendUTF8toUTF16(*aOther, *aThis);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue