VideoCommon: Drop RepeatFrameDumpFrame helper.

This was needed with fixed framerate dumping. As we now synchronize the frames, the last one will just get padded.
This commit is contained in:
degasus
2016-10-07 22:59:39 +02:00
parent a9d8e3fe9b
commit ebc617882b
5 changed files with 0 additions and 18 deletions

View File

@ -150,7 +150,6 @@ protected:
bool IsFrameDumping();
void DumpFrameData(const u8* data, int w, int h, AVIDump::DumpFormat format,
bool swap_upside_down = false);
void RepeatFrameDumpFrame();
static volatile bool s_bScreenshot;
static std::mutex s_criticalScreenshot;