talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 7df13fc978bb7d0458397b1e3409ff895535657e
parent 8b2aff884d97dcfe5cc70478fecc7c87ce023c95
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Sun, 17 Jan 2016 12:50:37 +0100

Delete prototypes for non-existent prefs_write_close*().

Diffstat:
Msrc/common/prefs.c | 2+-
Msrc/prefs_gtk.h | 2--
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git 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 @@ -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);