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:
Joshua Sled 2007-04-04 22:21:38 +00:00
parent 06ee9fcf88
commit 4a35a0eac8
2 changed files with 0 additions and 2 deletions

View File

@ -1006,7 +1006,6 @@ qof_strftime(gchar *buf, gsize max, const gchar *format, const struct tm *tm)
{ {
gsize convlen, retval; gsize convlen, retval;
gchar *convbuf; gchar *convbuf;
GError *error = NULL;
g_return_val_if_fail(buf, 0); g_return_val_if_fail(buf, 0);
g_return_val_if_fail(max > 0, 0); g_return_val_if_fail(max > 0, 0);

View File

@ -182,7 +182,6 @@ gnc_getline (gchar **line, FILE *file)
static gboolean static gboolean
gnc_update_state_file_keys(const gchar *filename) gnc_update_state_file_keys(const gchar *filename)
{ {
const gchar *eol;
gchar *contents, **lines, *line, **kv, **parts, *part, *newkey; gchar *contents, **lines, *line, **kv, **parts, *part, *newkey;
GError *error = NULL; GError *error = NULL;
int i, j; int i, j;