remove duplicated declaration of gtk_notebook_create_window. Patch by
2007-10-03 Xan Lopez <xan@gnome.org> * gtk/gtknotebook.c: remove duplicated declaration of gtk_notebook_create_window. Patch by Hiroyuki Ikezoe (#482837) svn path=/trunk/; revision=18878
This commit is contained in:
@ -350,10 +350,6 @@ static GList * gtk_notebook_search_page (GtkNotebook *notebook,
|
||||
GList *list,
|
||||
gint direction,
|
||||
gboolean find_visible);
|
||||
static GtkNotebook *gtk_notebook_create_window (GtkNotebook *notebook,
|
||||
GtkWidget *page,
|
||||
gint x,
|
||||
gint y);
|
||||
|
||||
/*** GtkNotebook Drawing Functions ***/
|
||||
static void gtk_notebook_paint (GtkWidget *widget,
|
||||
|
||||
Reference in New Issue
Block a user