[Cleanup] Remove unused SaveBackup in client.h (#3030)

# Notes
- This is unused and does nothing in both Perl and Lua.
This commit is contained in:
Alex King
2023-03-05 12:18:26 -05:00
committed by GitHub
parent a0a28fef04
commit 6b65e93a06
5 changed files with 1 additions and 18 deletions
-3
View File
@@ -743,9 +743,6 @@ bool Client::Save(uint8 iCommitNow) {
return true;
}
void Client::SaveBackup() {
}
CLIENTPACKET::CLIENTPACKET()
{
app = nullptr;