ConfigManager: Remove m_FrameSkip

This setting was removed some time ago but was apparently
still being read and written by ConfigManager.
This commit is contained in:
JosJuice
2018-08-09 10:31:02 +02:00
parent 74057ec222
commit 2ee8a61148
2 changed files with 0 additions and 3 deletions

View File

@ -277,7 +277,6 @@ struct SConfig
bool m_ShowFrameCount;
bool m_ShowRTC;
std::string m_strMovieAuthor;
unsigned int m_FrameSkip;
bool m_DumpFrames;
bool m_DumpFramesSilent;
bool m_ShowInputDisplay;