Browse Source

Remove `TTRC()` with empty string

Fixes "duplicate message definition" when extracting messages.
Haoyu Qiu 3 years ago
parent
commit
d1ca29cd8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/input/input_map.cpp

+ 1 - 1
core/input/input_map.cpp

@@ -344,7 +344,7 @@ static const _BuiltinActionDisplayName _builtin_action_display_names[] = {
     { "ui_filedialog_refresh",                         TTRC("Refresh") },
     { "ui_filedialog_show_hidden",                     TTRC("Show Hidden") },
     { "ui_swap_input_direction ",                      TTRC("Swap Input Direction") },
-    { "",                                              TTRC("")}
+    { "",                                              ""}
 	/* clang-format on */
 };