[clutter/wip/clutter-1.99: 51/79] 2.0: Remove unused enumeration types
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/clutter-1.99: 51/79] 2.0: Remove unused enumeration types
- Date: Wed, 7 Nov 2012 16:06:06 +0000 (UTC)
commit 412a8f472aa22e94cab6a5c56614be497908d9ec
Author: Emmanuele Bassi <ebassi gnome org>
Date: Sun Oct 7 21:16:33 2012 +0100
2.0: Remove unused enumeration types
clutter/clutter-enums.h | 35 -----------------------------------
1 files changed, 0 insertions(+), 35 deletions(-)
---
diff --git a/clutter/clutter-enums.h b/clutter/clutter-enums.h
index 521f396..fc40748 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]