[Commits] [SCM] claws branch, master, updated. 3.13.1-10-g7df13fc

ticho at claws-mail.org ticho at claws-mail.org
Sun Jan 17 12:50:53 CET 2016


The branch, master has been updated
       via  7df13fc978bb7d0458397b1e3409ff895535657e (commit)
      from  8b2aff884d97dcfe5cc70478fecc7c87ce023c95 (commit)

Summary of changes:
 src/common/prefs.c |    2 +-
 src/prefs_gtk.h    |    2 --
 2 files changed, 1 insertion(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit 7df13fc978bb7d0458397b1e3409ff895535657e
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sun Jan 17 12:50:37 2016 +0100

    Delete prototypes for non-existent prefs_write_close*().

diff --git a/src/common/prefs.c b/src/common/prefs.c
index 71e0950..a17472f 100644
--- a/src/common/prefs.c
+++ b/src/common/prefs.c
@@ -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
diff --git a/src/prefs_gtk.h b/src/prefs_gtk.h
index a72784e..93ef428 100644
--- a/src/prefs_gtk.h
+++ b/src/prefs_gtk.h
@@ -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);

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list