mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
Renderer: Remove write-only variable.
Sorry, merge failure.
This commit is contained in:
parent
db0509560e
commit
21e42c68c4
2 changed files with 0 additions and 8 deletions
|
@ -191,9 +191,6 @@ private:
|
|||
std::vector<u8> m_frame_data;
|
||||
bool m_AVI_dumping = false;
|
||||
bool m_last_frame_dumped = false;
|
||||
int m_last_framedump_width = 0;
|
||||
int m_last_framedump_height = 0;
|
||||
int m_last_framedump_stride = 0;
|
||||
};
|
||||
|
||||
extern std::unique_ptr<Renderer> g_renderer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue