Gif.cpp: removed redundant `using std::min`

This commit is contained in:
archshift 2014-08-06 03:06:58 -07:00
parent 10dc0bcfa2
commit 7734f2eed8
1 changed files with 0 additions and 2 deletions

View File

@ -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;