mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Remove inline from .c files
It is ignored by compilers and hides unused static functions
This commit is contained in:
2
glfw/wl_text_input.c
vendored
2
glfw/wl_text_input.c
vendored
@@ -43,7 +43,7 @@ text_input_leave(void *data UNUSED, struct zwp_text_input_v3 *text_input UNUSED,
|
||||
}
|
||||
}
|
||||
|
||||
static inline void
|
||||
static void
|
||||
send_text(const char *text, GLFWIMEState ime_state) {
|
||||
_GLFWwindow *w = _glfwFocusedWindow();
|
||||
if (w && w->callbacks.keyboard) {
|
||||
|
||||
Reference in New Issue
Block a user