Fix compilation error from latest rebase.

This commit is contained in:
John Ralls 2021-07-12 13:09:25 -07:00
parent 7c6ecafd61
commit 5a2ba091a3

View File

@ -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.