From 8a20bcadb079259fe76109908e91ef95e21ce17d Mon Sep 17 00:00:00 2001 From: Richard Cohen Date: Tue, 24 Jan 2023 18:03:05 +0000 Subject: [PATCH] [-Wunused-variable] - remove unused translatable string --- libgnucash/app-utils/gnc-quotes.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libgnucash/app-utils/gnc-quotes.cpp b/libgnucash/app-utils/gnc-quotes.cpp index ab46fc05d8..e834089b38 100644 --- a/libgnucash/app-utils/gnc-quotes.cpp +++ b/libgnucash/app-utils/gnc-quotes.cpp @@ -772,8 +772,6 @@ show_gnucash_quote(const bpt::ptree& comm_pt) const char* rec{C_("Finance::Quote", "recommended")}; //Translators: Means that one of the indicated elements is required const char* oot{C_("Finance::Quote", "one of these")}; - //Translators: Means that the preceding element is optional - const char* opt{C_("Finance::Quote", "optional")}; //Translators: Means that a required element wasn't reported. The *s are for emphasis. const char* miss{C_("Finance::Quote", "**missing**")};