From 7734f2eed8340c3fe08ef6eb60e6b7ae55d2b4e3 Mon Sep 17 00:00:00 2001 From: archshift Date: Wed, 6 Aug 2014 03:06:58 -0700 Subject: [PATCH] Gif.cpp: removed redundant `using std::min` --- pcsx2/Gif.cpp | 2 -- 1 file changed, 2 deletions(-) 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;