diff options
author | Xan Lopez <xan@gnome.org> | 2007-10-03 19:49:40 +0000 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-10-03 19:49:40 +0000 |
commit | 1cea708e5e0c209c2d8311db3a3f560a662a430c (patch) | |
tree | fa50e7ce345898ee78534d52ed4e8b65d7379161 | |
parent | 4e3d3e2c3d1586482f7f3c5642eb38927c5c1b02 (diff) | |
download | gdk-pixbuf-1cea708e5e0c209c2d8311db3a3f560a662a430c.tar.gz |
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
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gtk/gtknotebook.c | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2007-10-03 Xan Lopez <xan@gnome.org> + + * gtk/gtknotebook.c: remove duplicated declaration of + gtk_notebook_create_window. Patch by Hiroyuki Ikezoe (#482837) + 2007-10-02 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (gdk_window_move), diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 7e32bac2b..4389da32b 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -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, |