diff --git a/pcsx2/Gif.cpp b/pcsx2/Gif.cpp index eeb63f8142..43238832f6 100644 --- a/pcsx2/Gif.cpp +++ b/pcsx2/Gif.cpp @@ -22,8 +22,6 @@ #include "iR5900.h" -using std::min; - // 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. static int gifstate = GIF_STATE_READY;