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:
Xan Lopez
2007-10-03 19:49:40 +00:00
committed by Xan Lopez
parent 4e3d3e2c3d
commit 1cea708e5e
2 changed files with 5 additions and 4 deletions

View File

@ -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,