[Cogl] [PATCH 2/2] Squash me into fixed patch
Neil Roberts
neil at linux.intel.com
Mon Apr 16 03:59:34 PDT 2012
---
cogl/cogl-types.h | 11 -----------
cogl/cogl.symbols | 10 ----------
doc/reference/cogl2/cogl2-sections.txt | 1 -
3 files changed, 0 insertions(+), 22 deletions(-)
diff --git a/cogl/cogl-types.h b/cogl/cogl-types.h
index 82d4721..215e08d 100644
--- a/cogl/cogl-types.h
+++ b/cogl/cogl-types.h
@@ -138,17 +138,6 @@ typedef struct _CoglQuaternion CoglQuaternion;
typedef struct _CoglEuler CoglEuler;
/**
- * CoglFixed:
- *
- * Fixed point number using a (16.16) notation.
- */
-typedef gint32 CoglFixed;
-
-#define COGL_TYPE_FIXED (cogl_fixed_get_type ())
-GType
-cogl_fixed_get_type (void) G_GNUC_CONST;
-
-/**
* CoglAngle:
*
* Integer representation of an angle such that 1024 corresponds to
diff --git a/cogl/cogl.symbols b/cogl/cogl.symbols
index 6f3e83a..d0627b7 100644
--- a/cogl/cogl.symbols
+++ b/cogl/cogl.symbols
@@ -199,16 +199,6 @@ cogl_euler_init_from_quaternion
cogl_features_available
cogl_feature_flags_get_type
-cogl_fixed_atan
-cogl_fixed_atan2
-cogl_fixed_cos
-cogl_fixed_get_type
-cogl_fixed_log2
-cogl_fixed_pow
-cogl_fixed_pow2
-cogl_fixed_sin
-cogl_fixed_sqrt
-cogl_fixed_tan
cogl_fog_mode_get_type
diff --git a/doc/reference/cogl2/cogl2-sections.txt b/doc/reference/cogl2/cogl2-sections.txt
index a3852bc..4124870 100644
--- a/doc/reference/cogl2/cogl2-sections.txt
+++ b/doc/reference/cogl2/cogl2-sections.txt
@@ -149,7 +149,6 @@ cogl_buffer_target_get_type
cogl_debug_flags_get_type
cogl_driver_error_get_type
cogl_feature_flags_get_type
-cogl_fixed_get_type
cogl_fog_mode_get_type
cogl_indices_type_get_type
cogl_pixel_format_get_type
--
1.7.3.16.g9464b
More information about the Cogl
mailing list