summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkentry.h')
-rw-r--r--gtk/gtkentry.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h
index c1b6f90652..f29ccaaae7 100644
--- a/gtk/gtkentry.h
+++ b/gtk/gtkentry.h
@@ -97,10 +97,6 @@ void gtk_entry_set_editable (GtkEntry *entry,
/* text is truncated if needed */
void gtk_entry_set_max_length (GtkEntry *entry,
guint16 max);
-/* deprecated function. The only reason why it is public
- * is that there were bugs in GtkEntry. IT WILL DISAPPEAR.
- */
-void gtk_entry_adjust_scroll (GtkEntry *entry);
#ifdef __cplusplus
}