diff options
author | James Booth <boothj5@gmail.com> | 2012-05-10 16:22:40 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-05-10 16:22:40 +0100 |
commit | 73ba46da0df0f83ec577c8c386dd6c0c0a5812bc (patch) | |
tree | bfcd80c10257c9b18310af16d396f00abb646a72 | |
parent | d32398bdf11b09c8d425c87567a2edd4b5f9bea3 (diff) | |
download | profani-tty-73ba46da0df0f83ec577c8c386dd6c0c0a5812bc.tar.gz |
Removed comments from preferences
-rw-r--r-- | preferences.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/preferences.c b/preferences.c index 0190e35f..7814f918 100644 --- a/preferences.c +++ b/preferences.c @@ -35,11 +35,6 @@ void prefs_load(void) prefs = g_key_file_new(); g_key_file_load_from_file(prefs, prefs_loc->str, G_KEY_FILE_NONE, NULL); - -// g_key_file_set_string(g_prefs, "settings", "somekey2", "someothervalue"); -// gsize g_data_len; -// char *g_prefs_data = g_key_file_to_data(g_prefs, &g_data_len, NULL); -// g_file_set_contents("/home/james/.profanity", g_prefs_data, g_data_len, NULL); } gboolean prefs_get_beep(void) |