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.h | |
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.h')
-rw-r--r-- | libcaja-private/caja-entry.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcaja-private/caja-entry.h b/libcaja-private/caja-entry.h index afe2204a..3784c097 100644 --- a/libcaja-private/caja-entry.h +++ b/libcaja-private/caja-entry.h @@ -63,7 +63,6 @@ extern "C" { GType caja_entry_get_type (void); GtkWidget *caja_entry_new (void); - GtkWidget *caja_entry_new_with_max_length (guint16 max); void caja_entry_set_text (CajaEntry *entry, const char *text); void caja_entry_select_all (CajaEntry *entry); |