mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove superflous schema_source left over from pasting.
This commit is contained in:
parent
d561cc6188
commit
29e7b07ed3
@ -101,7 +101,7 @@ static GSettings * gnc_gsettings_get_settings_ptr (const gchar *schema_str)
|
||||
|
||||
gset = static_cast<GSettings*> (g_hash_table_lookup (schema_hash, full_name));
|
||||
DEBUG ("Looking for schema %s returned gsettings %p", full_name, gset);
|
||||
auto schema_source{g_settings_schema_source_get_default( )};
|
||||
|
||||
if (!gset)
|
||||
{
|
||||
auto schema_source {g_settings_schema_source_get_default()};
|
||||
|
Loading…
Reference in New Issue
Block a user