diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-18 22:36:18 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-18 22:36:18 +0200 |
commit | 2bd4428f45b168ee12866dc5a2d9b960459e2182 (patch) | |
tree | 4507772e4ce11dd48b00bb3392e508f97a920f3a /src/core/wee-config.c | |
parent | 3b81a4746a4e0b648df1e05c79e077cc93b69459 (diff) | |
download | weechat-2bd4428f45b168ee12866dc5a2d9b960459e2182.zip |
Remove unused option look.input_format, fix refresh bug with input prompt for IRC buffers
Diffstat (limited to 'src/core/wee-config.c')
-rw-r--r-- | src/core/wee-config.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 47488ec0f..b5bf36a6d 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -79,7 +79,6 @@ struct t_config_option *config_look_hotlist_names_length; struct t_config_option *config_look_hotlist_names_level; struct t_config_option *config_look_hotlist_short_names; struct t_config_option *config_look_hotlist_sort; -struct t_config_option *config_look_input_format; struct t_config_option *config_look_item_time_format; struct t_config_option *config_look_nicklist; struct t_config_option *config_look_nicklist_max_size; @@ -944,12 +943,6 @@ config_weechat_init () "group_time_asc|group_time_desc|group_number_asc|" "group_number_desc|number_asc|number_desc", 0, 0, "group_time_asc", NULL, NULL, NULL, &config_change_hotlist, NULL, NULL, NULL); - config_look_input_format = config_file_new_option ( - weechat_config_file, ptr_section, - "input_format", "string", - N_("format for input prompt ('%c' is replaced by channel " - "or server, '%n' by nick and '%m' by nick modes)"), - NULL, 0, 0, "[%n(%m)] ", NULL, NULL, NULL, &config_change_buffer_content, NULL, NULL, NULL); config_look_item_time_format = config_file_new_option ( weechat_config_file, ptr_section, "item_time_format", "string", |