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

@@ -132,19 +132,6 @@ prefs_set_beep(gboolean value)
_save_prefs();
}
gboolean
prefs_get_ctrlc(void)
{
return g_key_file_get_boolean(prefs, "ui", "ctrlc", NULL);
}
void
prefs_set_ctrlc(gboolean value)
{
g_key_file_set_boolean(prefs, "ui", "ctrlc", value);
_save_prefs();
}
gchar *
prefs_get_theme(void)
{