mirror of https://github.com/PCSX2/pcsx2.git
gsdx: Remove code that does nothing
This commit is contained in:
parent
dc53278163
commit
7ea0273119
|
@ -458,11 +458,6 @@ bool GSCapture::BeginCapture(float fps, GSVector2i recommendedResolution, float
|
|||
pPin->QueryPinInfo(&pi);
|
||||
std::wstring s{pi.achName};
|
||||
printf("- Pin [%p - %p]: %s (%s)\n", pPin.p, pPinTo.p, std::string{s.begin(), s.end()}.c_str(), pi.dir ? "out" : "in");
|
||||
|
||||
BeginEnumMediaTypes(pPin, pEMT, pmt)
|
||||
{
|
||||
}
|
||||
EndEnumMediaTypes(pmt)
|
||||
}
|
||||
EndEnumPins
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue