Revert "Stop ctrl-c quitting with /ctrlc off"

This reverts commit 721df8ca48.
This commit is contained in:
James Booth
2012-11-23 02:54:35 +00:00
parent 721df8ca48
commit faeea56bb5
5 changed files with 4 additions and 59 deletions

View File

@@ -65,8 +65,6 @@ gboolean prefs_get_outtype(void);
void prefs_set_outtype(gboolean value);
gchar * prefs_get_theme(void);
void prefs_set_theme(gchar *value);
gboolean prefs_get_ctrlc(void);
void prefs_set_ctrlc(gboolean value);
void prefs_set_notify_message(gboolean value);
gboolean prefs_get_notify_message(void);