[clutter/wip/clutter-1.99: 51/57] 2.0: Remove unused enumerations
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/clutter-1.99: 51/57] 2.0: Remove unused enumerations
- Date: Fri, 5 Apr 2013 17:52:16 +0000 (UTC)
commit 08a36c3e284c67c81edeb2e199fa9c6665f7ae5f
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]