From 52b39e92d194606eb7f2e9d66c4955ebd8d083ac Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:48:28 +0900 Subject: [PATCH] [Chore] remove the deprecated code that I forgot to do it before. --- view.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/view.py b/view.py index 0181f7de..e006a056 100644 --- a/view.py +++ b/view.py @@ -1476,9 +1476,6 @@ class View(): self._printToTextbox_Info(i18n.t("main_window.textbox_system_message.translation_engine_limit_error")) - # def printToTextbox_OSCError(self): [Deprecated] - # self._printToTextbox_Info("OSC is not enabled, please enable OSC and rejoin. or turn off the \"Send Message To VRChat\" setting") - def printToTextbox_DetectedByWordFilter(self, detected_message): self._printToTextbox_Info(i18n.t("main_window.textbox_system_message.detected_by_word_filter", detected_message=detected_message))