Delete prototypes for non-existent prefs_write_close*().
authorAndrej Kacian <ticho@claws-mail.org>
Sun, 17 Jan 2016 11:50:37 +0000 (12:50 +0100)
committerAndrej Kacian <ticho@claws-mail.org>
Sun, 17 Jan 2016 11:50:37 +0000 (12:50 +0100)
src/common/prefs.c
src/prefs_gtk.h

index 71e0950456b1d37b5734a95dbd1372f34570f347..a17472ffa26da8c55d24d21800f15b9afb7ac912 100644 (file)
@@ -61,7 +61,7 @@ PrefFile *prefs_read_open(const gchar *path)
 
 /*!
  *\brief       Open preferences file for writing
- *             Prefs are written to a temp file: Call prefs_write_close()
+ *             Prefs are written to a temp file: Call prefs_file_close()
  *             to rename this to the final filename
  *
  *\param       path Filename with path of preferences file to write
index a72784e632a6b9c081e3671155a6158dcea7bd94..93ef428a27fc3841a80370a8b863b382776a8a4a 100644 (file)
@@ -140,8 +140,6 @@ gint prefs_write_param              (PrefParam      *param,
                                 FILE           *fp);
 
 PrefFile *prefs_write_open     (const gchar    *path);
-gint prefs_write_close         (PrefFile       *pfile);
-gint prefs_write_close_revert  (PrefFile       *pfile);
 
 void prefs_set_default         (PrefParam      *param);
 void prefs_free                        (PrefParam      *param);