[Chore] remove the deprecated code that I forgot to do it before.

This commit is contained in:
Sakamoto Shiina
2024-01-16 10:48:28 +09:00
parent b9ae2e107a
commit 52b39e92d1

View File

@@ -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))