[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
View File
@@ -34,7 +34,6 @@ public:
void Sit();
void Save();
void Save(int commit_now);
void SaveBackup();
bool Connected();
bool InZone();
void Kick();