removed redundant gtk_entry_get_layout() decl.

Tue Oct  5 19:29:06 2004  Tim Janik  <timj@gtk.org>

        * gtk/gtkentry.h: removed redundant gtk_entry_get_layout() decl.
This commit is contained in:
Tim Janik 2004-10-05 17:30:03 +00:00 committed by Tim Janik
parent dd0a7ce608
commit b9a31bbcb2
5 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Tue Oct 5 19:29:06 2004 Tim Janik <timj@gtk.org>
* gtk/gtkentry.h: removed redundant gtk_entry_get_layout() decl.
2004-10-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): Go back to

View File

@ -1,3 +1,7 @@
Tue Oct 5 19:29:06 2004 Tim Janik <timj@gtk.org>
* gtk/gtkentry.h: removed redundant gtk_entry_get_layout() decl.
2004-10-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): Go back to

View File

@ -1,3 +1,7 @@
Tue Oct 5 19:29:06 2004 Tim Janik <timj@gtk.org>
* gtk/gtkentry.h: removed redundant gtk_entry_get_layout() decl.
2004-10-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): Go back to

View File

@ -1,3 +1,7 @@
Tue Oct 5 19:29:06 2004 Tim Janik <timj@gtk.org>
* gtk/gtkentry.h: removed redundant gtk_entry_get_layout() decl.
2004-10-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): Go back to

View File

@ -191,8 +191,6 @@ void gtk_entry_set_completion (GtkEntry *entry,
GtkEntryCompletion *completion);
GtkEntryCompletion *gtk_entry_get_completion (GtkEntry *entry);
PangoLayout* gtk_entry_get_layout (GtkEntry *entry);
gint gtk_entry_layout_index_to_text_index (GtkEntry *entry,
gint layout_index);
gint gtk_entry_text_index_to_layout_index (GtkEntry *entry,