Remove superflous schema_source left over from pasting.

This commit is contained in:
John Ralls 2021-09-28 17:17:23 -07:00
parent d561cc6188
commit 29e7b07ed3

View File

@ -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()};