[clutter/wip/clutter-1.99: 42/47] 2.0: Remove unused enumerations
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/clutter-1.99: 42/47] 2.0: Remove unused enumerations
- Date: Sun, 7 Oct 2012 21:19:49 +0000 (UTC)
commit d1f6600b2ff9fd541459c5194a424385ef0df56e
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 456de75..e5e543e 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]