summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.h
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1998-03-11 21:55:06 +0000
committerElliot Lee <sopwith@src.gnome.org>1998-03-11 21:55:06 +0000
commit617a879dfe8811bb184627cc015378fefcd5292e (patch)
tree31d686e0bc4726c7055d60c1df69dd6b4b02c466 /gtk/gtkentry.h
parentb7a6cd6750f83c2a68730e25035545db1a26496d (diff)
downloadgtk+-617a879dfe8811bb184627cc015378fefcd5292e.tar.gz
I did a topdir/ChangeLog entry, why should I put anything in here? :)
Diffstat (limited to 'gtk/gtkentry.h')
-rw-r--r--gtk/gtkentry.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h
index 5974934ebd..3193d920d9 100644
--- a/gtk/gtkentry.h
+++ b/gtk/gtkentry.h
@@ -79,11 +79,6 @@ void gtk_entry_set_visibility (GtkEntry *entry,
void gtk_entry_set_editable (GtkEntry *entry,
gboolean editable);
-/* If entry->text is already > max it's up to you to change it */
-void gtk_entry_set_max_length (GtkEntry *entry,
- guint16 max);
-
-
#ifdef __cplusplus
}
#endif /* __cplusplus */