[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
+1 -2
View File
@@ -353,8 +353,7 @@ public:
void UpdateLFP();
virtual bool Save() { return Save(0); }
bool Save(uint8 iCommitNow); // 0 = delayed, 1=async now, 2=sync now
void SaveBackup();
bool Save(uint8 iCommitNow); // 0 = delayed, 1=async now, 2=sync now
/* New PP Save Functions */
bool SaveCurrency(){ return database.SaveCharacterCurrency(this->CharacterID(), &m_pp); }