[clutter] wayland: Remove now removed CLUTTER_AVAILABLE_ API annotations



commit c3be92a30ced66295e117eb754739ea19d95e174
Author: Rob Bradford <rob linux intel com>
Date:   Thu Jun 27 17:46:35 2013 +0100

    wayland: Remove now removed CLUTTER_AVAILABLE_ API annotations
    
    In 00bee5f the API annotations were removed as the API is refreshed from
    the start. This change removes the annotations from the Wayland API.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703202

 clutter/wayland/clutter-wayland.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/clutter/wayland/clutter-wayland.h b/clutter/wayland/clutter-wayland.h
index 0dd900b..8ab6839 100644
--- a/clutter/wayland/clutter-wayland.h
+++ b/clutter/wayland/clutter-wayland.h
@@ -40,13 +40,10 @@
 #include <clutter/clutter.h>
 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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]