diff options
author | monsta <[email protected]> | 2016-08-21 03:29:50 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-22 16:40:21 +0300 |
commit | 3c6122df79f4d6e86d7afa0e6c4b64403de7bc44 (patch) | |
tree | bd06579cadb62b290fb983f61a02e4dedb3f64b1 /libcaja-private/caja-entry.c | |
parent | 6f295db45ebcb52c6e9ad39f8d639e35f88c5ef5 (diff) | |
download | caja-3c6122df79f4d6e86d7afa0e6c4b64403de7bc44.tar.bz2 caja-3c6122df79f4d6e86d7afa0e6c4b64403de7bc44.tar.xz |
drop a large amount of completely unused code
Diffstat (limited to 'libcaja-private/caja-entry.c')
-rw-r--r-- | libcaja-private/caja-entry.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libcaja-private/caja-entry.c b/libcaja-private/caja-entry.c index a4baa8c8..698954f8 100644 --- a/libcaja-private/caja-entry.c +++ b/libcaja-private/caja-entry.c @@ -77,17 +77,6 @@ caja_entry_new (void) return gtk_widget_new (CAJA_TYPE_ENTRY, NULL); } -GtkWidget * -caja_entry_new_with_max_length (guint16 max) -{ - GtkWidget *widget; - - widget = gtk_widget_new (CAJA_TYPE_ENTRY, NULL); - gtk_entry_set_max_length (GTK_ENTRY (widget), max); - - return widget; -} - static void caja_entry_finalize (GObject *object) { |