summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--cairomm/context.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c488281..9b76e00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-15 Jonathon Jongsma <jonathon.jongsma@gmail.com>
+
+ * cairomm/context.h: remove a FIXME that was resolved on the mailing list
+
2006-07-11 Murray Cumming <murrayc@murrayc.com>
* cairomm/refptr.h: unref(): Only delete the refcount int when the refcount has
diff --git a/cairomm/context.h b/cairomm/context.h
index f590560..42fcc67 100644
--- a/cairomm/context.h
+++ b/cairomm/context.h
@@ -349,7 +349,6 @@ public:
*/
void device_to_user_distance(double& dx, double& dy);
- // FIXME: why is this named clear_path instead of new_path?
/** Clears the current path. After this call there will be no current point.
*/
void clear_path();