From 5a2ba091a3ef5f2f88ca20470232a0f1bba915bf Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 12 Jul 2021 13:09:25 -0700 Subject: [PATCH] Fix compilation error from latest rebase. --- gnucash/gnome-utils/gnc-main-window.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnucash/gnome-utils/gnc-main-window.cpp b/gnucash/gnome-utils/gnc-main-window.cpp index 454f74fabe..df59ee33f8 100644 --- a/gnucash/gnome-utils/gnc-main-window.cpp +++ b/gnucash/gnome-utils/gnc-main-window.cpp @@ -1788,9 +1788,6 @@ static gchar *generate_statusbar_lastmodified_message() g_free(filepath); g_object_unref (info); g_object_unref (file); -#else - return nullptr; -#endif } // 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.