Remove commented out code.
[geeqie.git] / src / history_list.c
index b764053..fb4c7ed 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Geeqie
- * Copyright (C) 2008 The Geeqie Team
+ * Copyright (C) 2008 - 2012 The Geeqie Team
  *
  * Authors: John Ellis, Vladimir Nadvornik, Laurent Monin
  *
@@ -62,7 +62,7 @@ static gchar *quoted_from_text(const gchar *text)
        return NULL;
 }
 
-gint history_list_load(const gchar *path)
+gboolean history_list_load(const gchar *path)
 {
        FILE *f;
        gchar *key = NULL;
@@ -117,7 +117,7 @@ gint history_list_load(const gchar *path)
        return TRUE;
 }
 
-gint history_list_save(const gchar *path)
+gboolean history_list_save(const gchar *path)
 {
        SecureSaveInfo *ssi;
        GList *list;
@@ -349,3 +349,4 @@ GList *history_list_get_by_key(const gchar *key)
 
        return hd->list;
 }
+/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */