Skip to content

Commit

Permalink
[-Wunused-variable] - remove unused translatable string
Browse files Browse the repository at this point in the history
  • Loading branch information
richardcohen committed Feb 16, 2023
1 parent 56d9505 commit 8a20bca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libgnucash/app-utils/gnc-quotes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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**")};

Expand Down

0 comments on commit 8a20bca

Please sign in to comment.