Skip to content

Commit

Permalink
rm obsolete visual bell call (not in VTE anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Sep 22, 2014
1 parent e63d868 commit 05f3bbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion termite.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,6 @@ static void set_config(GtkWindow *window, VteTerminal *vte, config_info *info,
vte_terminal_set_scroll_on_output(vte, cfg_bool("scroll_on_output", FALSE));
vte_terminal_set_scroll_on_keystroke(vte, cfg_bool("scroll_on_keystroke", TRUE));
vte_terminal_set_audible_bell(vte, cfg_bool("audible_bell", FALSE));
//vte_terminal_set_visible_bell(vte, cfg_bool("visual_bell", FALSE));
vte_terminal_set_mouse_autohide(vte, cfg_bool("mouse_autohide", FALSE));
vte_terminal_set_allow_bold(vte, cfg_bool("allow_bold", TRUE));
vte_terminal_search_set_wrap_around(vte, cfg_bool("search_wrap", TRUE));
Expand Down

0 comments on commit 05f3bbf

Please sign in to comment.