mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
unused variable removal.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15801 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
06ee9fcf88
commit
4a35a0eac8
@ -1006,7 +1006,6 @@ qof_strftime(gchar *buf, gsize max, const gchar *format, const struct tm *tm)
|
||||
{
|
||||
gsize convlen, retval;
|
||||
gchar *convbuf;
|
||||
GError *error = NULL;
|
||||
|
||||
g_return_val_if_fail(buf, 0);
|
||||
g_return_val_if_fail(max > 0, 0);
|
||||
|
@ -182,7 +182,6 @@ gnc_getline (gchar **line, FILE *file)
|
||||
static gboolean
|
||||
gnc_update_state_file_keys(const gchar *filename)
|
||||
{
|
||||
const gchar *eol;
|
||||
gchar *contents, **lines, *line, **kv, **parts, *part, *newkey;
|
||||
GError *error = NULL;
|
||||
int i, j;
|
||||
|
Loading…
Reference in New Issue
Block a user