[libgdamm] value.h: Remove a duplicate C typedef.



commit c259cd31f6480c4db85fe4b7717af5ba40d9327a
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Jan 6 17:22:32 2012 +0100

    value.h: Remove a duplicate C typedef.
    
    * libgda/libgdamm/value.h: The second GeometricPoint typedef is
    a duplicate.

 ChangeLog               |    7 +++++++
 libgda/libgdamm/value.h |    2 --
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9bb03bb..043e6a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-01-06  Murray Cumming  <murrayc murrayc com>
+
+	value.h: Remove a duplicate C typedef. 
+
+	* libgda/libgdamm/value.h: The second GeometricPoint typedef is 
+	a duplicate.
+
 4.99.6:
 
 2011-11-11  Murray Cumming  <murrayc murrayc com>
diff --git a/libgda/libgdamm/value.h b/libgda/libgdamm/value.h
index 280e02f..e912bf5 100644
--- a/libgda/libgdamm/value.h
+++ b/libgda/libgdamm/value.h
@@ -276,8 +276,6 @@ extern const GType VALUE_TYPE_TIME;
 extern const GType VALUE_TYPE_TIMESTAMP;
 */
 
-typedef GdaGeometricPoint GeometricPoint;
-
 /*  TODO:
 typedef struct {
 	gchar *currency;



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