diff options
Diffstat (limited to 'ganv')
-rw-r--r-- | ganv/canvas-base.h | 6 |
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); |