mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
remove now-unused var.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16404 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
2527066cb4
commit
dd0319bf83
@ -528,7 +528,6 @@ gnc_log_init()
|
||||
{
|
||||
QofLogLevel level;
|
||||
gchar **parts = NULL;
|
||||
gchar *logger_name = NULL;
|
||||
|
||||
gchar *log_opt = log_flags[i];
|
||||
parts = g_strsplit(log_opt, "=", 2);
|
||||
@ -539,7 +538,6 @@ gnc_log_init()
|
||||
}
|
||||
|
||||
level = qof_log_level_from_string(parts[1]);
|
||||
|
||||
qof_log_set_level(parts[0], level);
|
||||
g_strfreev(parts);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user