aboutsummaryrefslogtreecommitdiffstats
path: root/libgnomecanvas/gnome-canvas.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-10-20 19:05:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-30 01:50:03 +0800
commitecee88725fa7099e258f44d29250dadf7c3bf2fe (patch)
treeb496a31fea7c4c759d5475c50c5c5e6f8194d933 /libgnomecanvas/gnome-canvas.h
parent861c878514348699ba66aa440e219e10ce393c9a (diff)
downloadgsoc2013-evolution-ecee88725fa7099e258f44d29250dadf7c3bf2fe.tar
gsoc2013-evolution-ecee88725fa7099e258f44d29250dadf7c3bf2fe.tar.gz
gsoc2013-evolution-ecee88725fa7099e258f44d29250dadf7c3bf2fe.tar.bz2
gsoc2013-evolution-ecee88725fa7099e258f44d29250dadf7c3bf2fe.tar.lz
gsoc2013-evolution-ecee88725fa7099e258f44d29250dadf7c3bf2fe.tar.xz
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.h3
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;