summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2012-10-07 21:16:33 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2013-04-05 18:48:02 +0100
commita80da3da53c52afc1e98ef9abf2c5c0cad974159 (patch)
tree275023ae2785f347e5983db82dc60d4d38b39fb9
parent00bee5f1734e0bade1f711ec10362b1766e4ba53 (diff)
downloadclutter-a80da3da53c52afc1e98ef9abf2c5c0cad974159.tar.gz
2.0: Remove unused enumeration types
-rw-r--r--clutter/clutter-enums.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/clutter/clutter-enums.h b/clutter/clutter-enums.h
index 8ccc47fda..1fa5389d9 100644
--- a/clutter/clutter-enums.h
+++ b/clutter/clutter-enums.h
@@ -266,21 +266,6 @@ typedef enum {
} ClutterAnimationMode;
/**
- * ClutterFontFlags:
- * @CLUTTER_FONT_MIPMAPPING: Set to use mipmaps for the glyph cache textures.
- * @CLUTTER_FONT_HINTING: Set to enable hinting on the glyphs.
- *
- * Runtime flags to change the font quality. To be used with
- * clutter_set_font_flags().
- *
- *
- */
-typedef enum { /*< prefix=CLUTTER_FONT >*/
- CLUTTER_FONT_MIPMAPPING = (1 << 0),
- CLUTTER_FONT_HINTING = (1 << 1)
-} ClutterFontFlags;
-
-/**
* ClutterTextDirection:
* @CLUTTER_TEXT_DIRECTION_DEFAULT: Use the default setting, as returned
* by clutter_get_default_text_direction()
@@ -288,8 +273,6 @@ typedef enum { /*< prefix=CLUTTER_FONT >*/
* @CLUTTER_TEXT_DIRECTION_RTL: Use right-to-left text direction
*
* The text direction to be used by #ClutterActor<!-- -->s
- *
- *
*/
typedef enum {
CLUTTER_TEXT_DIRECTION_DEFAULT,
@@ -524,24 +507,6 @@ typedef enum { /*< prefix=CLUTTER_EFFECT_PAINT >*/
} ClutterEffectPaintFlags;
/**
- * ClutterBoxAlignment:
- * @CLUTTER_BOX_ALIGNMENT_START: Align the child to the top or to
- * to the left, depending on the used axis
- * @CLUTTER_BOX_ALIGNMENT_CENTER: Align the child to the center
- * @CLUTTER_BOX_ALIGNMENT_END: Align the child to the bottom or to
- * the right, depending on the used axis
- *
- * The alignment policies available on each axis of the #ClutterBoxLayout
- *
- *
- */
-typedef enum {
- CLUTTER_BOX_ALIGNMENT_START,
- CLUTTER_BOX_ALIGNMENT_END,
- CLUTTER_BOX_ALIGNMENT_CENTER
-} ClutterBoxAlignment;
-
-/**
* ClutterLongPressState:
* @CLUTTER_LONG_PRESS_QUERY: Queries the action whether it supports
* long presses