From 52b33dea0d0ce9e6387b5e596adf18ce21491a0f Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 17 Oct 2010 14:35:43 +0200 Subject: gnome-canvas: Remove gnome_canvas_update_now() 1) Don't ever force an update 2) There's GTK API to force an update if you need to. Use that. --- libgnomecanvas/gnome-canvas.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libgnomecanvas/gnome-canvas.h') diff --git a/libgnomecanvas/gnome-canvas.h b/libgnomecanvas/gnome-canvas.h index f0040accd3..454bc3f0f1 100644 --- a/libgnomecanvas/gnome-canvas.h +++ b/libgnomecanvas/gnome-canvas.h @@ -485,11 +485,6 @@ void gnome_canvas_scroll_to (GnomeCanvas *canvas, gint cx, gint cy); */ void gnome_canvas_get_scroll_offsets (GnomeCanvas *canvas, gint *cx, gint *cy); -/* Requests that the canvas be repainted immediately instead of in the idle - * loop. - */ -void gnome_canvas_update_now (GnomeCanvas *canvas); - /* Returns the item that is at the specified position in world coordinates, or * NULL if no item is there. */ -- cgit v1.2.3