Revert "Merge remote-tracking branch 'origin/sandbox/mniesluchow/upstream_2_16' into...
[platform/upstream/atk.git] / atk / atkrange.h
index 0dd585c..12e22d9 100644 (file)
@@ -26,7 +26,6 @@
 #define __ATK_RANGE_H__
 
 #include <glib-object.h>
-#include <atk/atkversion.h>
 
 G_BEGIN_DECLS
 
@@ -35,21 +34,14 @@ G_BEGIN_DECLS
 typedef struct _AtkRange AtkRange;
 
 /* AtkRange methods */
-ATK_AVAILABLE_IN_2_12
 GType atk_range_get_type (void);
 
-ATK_AVAILABLE_IN_2_12
 AtkRange*    atk_range_copy (AtkRange *src);
-ATK_AVAILABLE_IN_2_12
 void         atk_range_free (AtkRange *range);
 
-ATK_AVAILABLE_IN_2_12
 gdouble      atk_range_get_lower_limit  (AtkRange    *range);
-ATK_AVAILABLE_IN_2_12
 gdouble      atk_range_get_upper_limit  (AtkRange    *range);
-ATK_AVAILABLE_IN_2_12
 const gchar* atk_range_get_description  (AtkRange    *range);
-ATK_AVAILABLE_IN_2_12
 AtkRange*    atk_range_new              (gdouble      lower_limit,
                                          gdouble      upper_limit,
                                          const gchar *description);