Remove game.customquicksummary

It's completely unused (apart from the variable being set in one
place). So let's get this out of the way.
This commit is contained in:
Dav999 2023-09-11 22:58:55 +02:00 committed by Misa Elizabeth Kai
parent 0a72cc6614
commit 73911a7ada
2 changed files with 1 additions and 3 deletions

View File

@ -6064,8 +6064,6 @@ bool Game::customsavequick(const std::string& savfile)
std::string summary = savearea + ", " + timestring();
xml::update_tag(msgs, "summary", summary.c_str());
customquicksummary = summary;
if(!FILESYSTEM_saveTiXml2Document(("saves/"+levelfile+".vvv").c_str(), doc))
{
vlog_error("Could Not Save game!");

View File

@ -491,7 +491,7 @@ public:
std::string activity_lastprompt;
bool activity_gettext;
std::string telesummary, quicksummary, customquicksummary;
std::string telesummary, quicksummary;
bool save_exists(void);
bool backgroundtext;