summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2006-08-16 01:38:35 +0000
committerJonathon Jongsma <jjongsma@gnome.org>2006-08-16 01:38:35 +0000
commit142b9f4f6ebf121037c4b2c22fffcec437812bb1 (patch)
tree6b3f5527f0e22c04eb28c354e166af9fad78ce0c
parent3c38b30da193ca478a9f762e1e60e07764e1670a (diff)
2006-08-15 Jonathon Jongsma <jonathon.jongsma@gmail.com>
* cairomm/context.h: remove a FIXME that was resolved on the mailing list
-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();