Remove on_message_input functional

This commit is contained in:
Insality
2024-11-21 00:51:35 +02:00
parent bc0ada7098
commit 9c03c950ad
5 changed files with 1 additions and 52 deletions

View File

@@ -26,7 +26,6 @@ M.ON_LATE_INIT = "on_late_init"
M.ON_FOCUS_LOST = "on_focus_lost"
M.ON_FOCUS_GAINED = "on_focus_gained"
M.ON_LAYOUT_CHANGE = "on_layout_change"
M.ON_MESSAGE_INPUT = "on_message_input"
M.ON_WINDOW_RESIZED = "on_window_resized"
M.ON_LANGUAGE_CHANGE = "on_language_change"