talons

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

commit d113e2d96b866239c14a6124e542869b84928ad9
parent a2a3d29ce74dbddf729ccb3cd847b9a87c41ea72
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Wed, 14 Sep 2016 09:55:28 +0200

Removed unused macro from prefs.c.

Diffstat:
Msrc/common/prefs.c | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/common/prefs.c b/src/common/prefs.c @@ -112,13 +112,6 @@ gboolean prefs_common_get_flush_metadata (void); * *\return 0 on success, -1 on failure */ -#define PREFS_FILE_FREE() \ -{ \ - g_free(path); \ - g_free(tmppath); \ - g_free(bakpath); \ - g_free(pfile); \ -} gint prefs_file_close(PrefFile *pfile) { FILE *fp, *orig_fp; @@ -217,7 +210,6 @@ gint prefs_file_close(PrefFile *pfile) g_free(bakpath); return 0; } -#undef PREFS_FILE_FREE /*! *\brief Close and free preferences file, delete temp file