diff options
Diffstat (limited to 'webAO/encoding.ts')
| -rw-r--r-- | webAO/encoding.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/webAO/encoding.ts b/webAO/encoding.ts index 1018144..54770d0 100644 --- a/webAO/encoding.ts +++ b/webAO/encoding.ts @@ -38,14 +38,6 @@ export function safeTags(unsafe: string): string { } /** - * Encode text on client side. - * @param {string} estring the string to be encoded - */ -export function encodeChat(estring: string): string { - return estring; -} - -/** * Decodes text on client side. * @param {string} estring the string to be decoded */ |
