]> Pileus Git - ~andy/gtk/commitdiff
remove duplicated declaration of gtk_notebook_create_window. Patch by
authorXan Lopez <xan@gnome.org>
Wed, 3 Oct 2007 19:49:40 +0000 (19:49 +0000)
committerXan Lopez <xan@src.gnome.org>
Wed, 3 Oct 2007 19:49:40 +0000 (19:49 +0000)
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

ChangeLog
gtk/gtknotebook.c

index b5d62e025734a12ec00bc607f389060ceff2b11e..df3aab99f77421f24d6aa8c6397f32a4c5a5f59b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),
index 7e32bac2bbdc570f960034b37dbaeb2ca10011ab..4389da32b17117257feb78de136cc80a2172ec7f 100644 (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,