[clutter/wip/clutter-1.99: 189/195] 2.0: Remove unused enumerations



commit 711f0d615f9f6558cc1ecd6a1e4e2b2d4db12450
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Oct 7 22:04:07 2012 +0100

    2.0: Remove unused enumerations

 clutter/clutter-enums.h |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/clutter/clutter-enums.h b/clutter/clutter-enums.h
index 2a30e65..ccd276a 100644
--- a/clutter/clutter-enums.h
+++ b/clutter/clutter-enums.h
@@ -37,8 +37,6 @@ G_BEGIN_DECLS
  * @CLUTTER_Z_AXIS: Rotate around the Z axis
  *
  * Axis of a rotation.
- *
- *
  */
 typedef enum { /*< prefix=CLUTTER >*/
   CLUTTER_X_AXIS,
@@ -47,27 +45,11 @@ typedef enum { /*< prefix=CLUTTER >*/
 } ClutterRotateAxis;
 
 /**
- * ClutterRotateDirection:
- * @CLUTTER_ROTATE_CW: Clockwise rotation
- * @CLUTTER_ROTATE_CCW: Counter-clockwise rotation
- *
- * Direction of a rotation.
- *
- *
- */
-typedef enum { /*< prefix=CLUTTER_ROTATE >*/
-  CLUTTER_ROTATE_CW,
-  CLUTTER_ROTATE_CCW
-} ClutterRotateDirection;
-
-/**
  * ClutterRequestMode:
  * @CLUTTER_REQUEST_HEIGHT_FOR_WIDTH: Height for width requests
  * @CLUTTER_REQUEST_WIDTH_FOR_HEIGHT: Width for height requests
  *
  * Specifies the type of requests for a #ClutterActor.
- *
- *
  */
 typedef enum { /*< prefix=CLUTTER_REQUEST >*/
   CLUTTER_REQUEST_HEIGHT_FOR_WIDTH,


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