summaryrefslogtreecommitdiffstats
path: root/ganv/canvas-base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/canvas-base.h')
-rw-r--r--ganv/canvas-base.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ganv/canvas-base.h b/ganv/canvas-base.h
index 3c76165..c247dfa 100644
--- a/ganv/canvas-base.h
+++ b/ganv/canvas-base.h
@@ -332,12 +332,6 @@ struct _GanvCanvasBase {
struct _GanvCanvasBaseClass {
GtkLayoutClass parent_class;
- /* Draw the background for the area given. This method is only used
- * for non-antialiased canvases.
- */
- void (* draw_background)(GanvCanvasBase* canvas, GdkDrawable* drawable,
- int x, int y, int width, int height);
-
/* Private Virtual methods for groping the canvas inside bonobo */
void (* request_update)(GanvCanvasBase* canvas);