diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-20 19:05:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:50:03 +0800 |
commit | ecee88725fa7099e258f44d29250dadf7c3bf2fe (patch) | |
tree | b496a31fea7c4c759d5475c50c5c5e6f8194d933 /libgnomecanvas/gnome-canvas.h | |
parent | 861c878514348699ba66aa440e219e10ce393c9a (diff) | |
download | gsoc2013-evolution-ecee88725fa7099e258f44d29250dadf7c3bf2fe.tar.gz gsoc2013-evolution-ecee88725fa7099e258f44d29250dadf7c3bf2fe.tar.zst gsoc2013-evolution-ecee88725fa7099e258f44d29250dadf7c3bf2fe.zip |
gnome-canvas: Port drawing to use cairo
Diffstat (limited to 'libgnomecanvas/gnome-canvas.h')
-rw-r--r-- | libgnomecanvas/gnome-canvas.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgnomecanvas/gnome-canvas.h b/libgnomecanvas/gnome-canvas.h index 7394ff2514..33fee2a00c 100644 --- a/libgnomecanvas/gnome-canvas.h +++ b/libgnomecanvas/gnome-canvas.h @@ -366,9 +366,6 @@ struct _GnomeCanvas { /* If non-NULL, the currently focused item */ GnomeCanvasItem *focused_item; - /* GC for temporary draw pixmap */ - GdkGC *pixmap_gc; - /* Event on which selection of current item is based */ GdkEvent pick_event; |