commit 351b43d

Michael Forney  ·  2019-08-29 07:26:18 +0000 UTC
parent 8377032
input: Remove unnecessary inline qualifiers
1 files changed,  +2, -2
+2, -2
 1@@ -27,7 +27,7 @@
 2 #include "surface.h"
 3 #include "util.h"
 4 
 5-static inline void
 6+static void
 7 focus(struct input_focus *input_focus, struct compositor_view *view)
 8 {
 9 	struct wl_client *client = NULL;
10@@ -49,7 +49,7 @@ focus(struct input_focus *input_focus, struct compositor_view *view)
11 	input_focus->handler->enter(input_focus->handler, &input_focus->active, view);
12 }
13 
14-static inline void
15+static void
16 unfocus(struct input_focus *input_focus)
17 {
18 	if (input_focus->view)