mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix compilation error from latest rebase.
This commit is contained in:
parent
7c6ecafd61
commit
5a2ba091a3
@ -1788,9 +1788,6 @@ static gchar *generate_statusbar_lastmodified_message()
|
|||||||
g_free(filepath);
|
g_free(filepath);
|
||||||
g_object_unref (info);
|
g_object_unref (info);
|
||||||
g_object_unref (file);
|
g_object_unref (file);
|
||||||
#else
|
|
||||||
return nullptr;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
// If the URI is not a file but a database, we can maybe also show
|
// If the URI is not a file but a database, we can maybe also show
|
||||||
// something useful, but I have no idea how to obtain this information.
|
// something useful, but I have no idea how to obtain this information.
|
||||||
|
Loading…
Reference in New Issue
Block a user