2.0: Remove unused enumeration types

This commit is contained in:
Emmanuele Bassi 2012-10-07 21:16:33 +01:00
parent 00bee5f173
commit a80da3da53

View File

@ -265,21 +265,6 @@ typedef enum {
CLUTTER_ANIMATION_LAST CLUTTER_ANIMATION_LAST
} ClutterAnimationMode; } 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: * ClutterTextDirection:
* @CLUTTER_TEXT_DIRECTION_DEFAULT: Use the default setting, as returned * @CLUTTER_TEXT_DIRECTION_DEFAULT: Use the default setting, as returned
@ -288,8 +273,6 @@ typedef enum { /*< prefix=CLUTTER_FONT >*/
* @CLUTTER_TEXT_DIRECTION_RTL: Use right-to-left text direction * @CLUTTER_TEXT_DIRECTION_RTL: Use right-to-left text direction
* *
* The text direction to be used by #ClutterActor<!-- -->s * The text direction to be used by #ClutterActor<!-- -->s
*
*
*/ */
typedef enum { typedef enum {
CLUTTER_TEXT_DIRECTION_DEFAULT, CLUTTER_TEXT_DIRECTION_DEFAULT,
@ -523,24 +506,6 @@ typedef enum { /*< prefix=CLUTTER_EFFECT_PAINT >*/
CLUTTER_EFFECT_PAINT_ACTOR_DIRTY = (1 << 0) CLUTTER_EFFECT_PAINT_ACTOR_DIRTY = (1 << 0)
} ClutterEffectPaintFlags; } 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: * ClutterLongPressState:
* @CLUTTER_LONG_PRESS_QUERY: Queries the action whether it supports * @CLUTTER_LONG_PRESS_QUERY: Queries the action whether it supports