diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2008-04-25 23:38:00 -0500 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2008-04-25 23:38:00 -0500 |
commit | 44cf8053fabc6ab6f8c2e55eefc19b78810e6fb1 (patch) | |
tree | 587327c53988b3b5a9992241aa89c00c3c999404 | |
parent | 76caea26870b2c4c9b503c3748f3a810be43e907 (diff) |
cairomm/context.h: removed extra unused function declarations
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | cairomm/context.h | 4 |
2 files changed, 11 insertions, 4 deletions
@@ -1,3 +1,14 @@ +2008-04-25 Jonathon Jongsma <jjongsma@gnome.org> + + * cairomm/context.h: removed extra unused function declarations + +2008-04-25 Benjamin Reed <rangerrick@befunk.com> + + * cairomm/Makefile.am, cairomm/context.cc, cairomm/context.h, + cairomm/context_private.h, cairomm/context_surface_quartz.cc, + cairomm/context_surface_xlib.h, cairomm/context_surface_win32.cc: separate + calls to possibly-conflicting platform surface constructors. Bug #15712 + == 1.6.0 == 2008-04-11 Jonathon Jongsma <jjongsma@gnome.org> diff --git a/cairomm/context.h b/cairomm/context.h index ceac161..711309e 100644 --- a/cairomm/context.h +++ b/cairomm/context.h @@ -1003,10 +1003,6 @@ protected: cobject* m_cobject; }; - RefPtr<Surface> get_surface_quartz(cairo_surface_t*); - RefPtr<Surface> get_surface_win32(cairo_surface_t*); - RefPtr<Surface> get_surface_xlib(cairo_surface_t*); - } // namespace Cairo #endif //__CAIROMM_CONTEXT_H |