diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2006-08-16 01:38:35 +0000 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2006-08-16 01:38:35 +0000 |
commit | 142b9f4f6ebf121037c4b2c22fffcec437812bb1 (patch) | |
tree | 6b3f5527f0e22c04eb28c354e166af9fad78ce0c | |
parent | 3c38b30da193ca478a9f762e1e60e07764e1670a (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-- | ChangeLog | 4 | ||||
-rw-r--r-- | cairomm/context.h | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -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(); |