mirror of https://github.com/PCSX2/pcsx2.git
Gif.cpp: removed redundant `using std::min`
This commit is contained in:
parent
10dc0bcfa2
commit
7734f2eed8
|
@ -22,8 +22,6 @@
|
||||||
|
|
||||||
#include "iR5900.h"
|
#include "iR5900.h"
|
||||||
|
|
||||||
using std::min;
|
|
||||||
|
|
||||||
// A three-way toggle used to determine if the GIF is stalling (transferring) or done (finished).
|
// A three-way toggle used to determine if the GIF is stalling (transferring) or done (finished).
|
||||||
// Should be a gifstate_t rather then int, but I don't feel like possibly interfering with savestates right now.
|
// Should be a gifstate_t rather then int, but I don't feel like possibly interfering with savestates right now.
|
||||||
static int gifstate = GIF_STATE_READY;
|
static int gifstate = GIF_STATE_READY;
|
||||||
|
|
Loading…
Reference in New Issue