Author: spouliot
Date: 2008-02-19 10:40:02 -0500 (Tue, 19 Feb 2008)
New Revision: 96157

Modified:
   trunk/moon/src/ChangeLog
   trunk/moon/src/geometry.cpp
   trunk/moon/src/geometry.h
Log:
geometry.cpp|h: #if out GetOriginPoint which calls moon_get_origin

Modified: trunk/moon/src/ChangeLog
===================================================================
--- trunk/moon/src/ChangeLog    2008-02-19 15:26:06 UTC (rev 96156)
+++ trunk/moon/src/ChangeLog    2008-02-19 15:40:02 UTC (rev 96157)
@@ -1,3 +1,7 @@
+2008-02-19  Sebastien Pouliot  <[EMAIL PROTECTED]> 
+
+       * geometry.cpp|h: #if out GetOriginPoint which calls moon_get_origin
+
 2008-02-19  Rolf Bjarne Kvinge <[EMAIL PROTECTED]> 
 
        * pipeline-ffmpeg.cpp: Comment out error message which just shows 
ffmpeg's

Modified: trunk/moon/src/geometry.cpp
===================================================================
--- trunk/moon/src/geometry.cpp 2008-02-19 15:26:06 UTC (rev 96156)
+++ trunk/moon/src/geometry.cpp 2008-02-19 15:40:02 UTC (rev 96157)
@@ -185,6 +185,7 @@
        return bounds;
 }
 
+#if FALSE
 Point
 Geometry::GetOriginPoint (Path *shape)
 {
@@ -197,6 +198,7 @@
        moon_get_origin (path, &x, &y);
        return Point (x, y);
 }
+#endif
 
 GeometryCollection*
 geometry_group_get_children (GeometryGroup *geometry_group)

Modified: trunk/moon/src/geometry.h
===================================================================
--- trunk/moon/src/geometry.h   2008-02-19 15:26:06 UTC (rev 96156)
+++ trunk/moon/src/geometry.h   2008-02-19 15:40:02 UTC (rev 96157)
@@ -53,7 +53,7 @@
        virtual void Draw (Path *path, cairo_t *cr);
        virtual Rect ComputeBounds (Path *path) { return Rect (0.0, 0.0, 0.0, 
0.0); };
 
-       virtual Point GetOriginPoint (Path *path);
+//     virtual Point GetOriginPoint (Path *path);
 
        virtual bool IsFilled () { return true; };
 

_______________________________________________
Mono-patches maillist  -  Mono-patches@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to