From b1591208dc9479b1abc04727072849258e7cc729 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 29 Mar 2022 19:24:40 +0200 Subject: encodechat was empty, yeet --- webAO/encoding.ts | 8 -------- 1 file changed, 8 deletions(-) (limited to 'webAO/encoding.ts') diff --git a/webAO/encoding.ts b/webAO/encoding.ts index 1018144..54770d0 100644 --- a/webAO/encoding.ts +++ b/webAO/encoding.ts @@ -37,14 +37,6 @@ export function safeTags(unsafe: string): string { return ''; } -/** - * 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 -- cgit