diff --git a/clutter/wayland/clutter-wayland.h b/clutter/wayland/clutter-wayland.h index 0dd900b13..8ab6839dc 100644 --- a/clutter/wayland/clutter-wayland.h +++ b/clutter/wayland/clutter-wayland.h @@ -40,13 +40,10 @@ #include G_BEGIN_DECLS -CLUTTER_AVAILABLE_IN_1_10 struct wl_seat *clutter_wayland_input_device_get_wl_seat (ClutterInputDevice *device); -CLUTTER_AVAILABLE_IN_1_10 struct wl_shell_surface *clutter_wayland_stage_get_wl_shell_surface (ClutterStage *stage); -CLUTTER_AVAILABLE_IN_1_10 struct wl_surface *clutter_wayland_stage_get_wl_surface (ClutterStage *stage); G_END_DECLS