FramebufferManagerBase: Remove obsolete parameters.

This commit is contained in:
Jules Blok
2014-12-25 00:58:16 +01:00
parent 49137c7c2c
commit 46bb4fd364
7 changed files with 14 additions and 14 deletions

View File

@ -172,7 +172,7 @@ XFBSourceBase* FramebufferManager::CreateXFBSource(unsigned int target_width, un
D3D11_USAGE_DEFAULT, DXGI_FORMAT_R8G8B8A8_UNORM, 1, layers), layers);
}
void FramebufferManager::GetTargetSize(unsigned int *width, unsigned int *height, const EFBRectangle& sourceRc)
void FramebufferManager::GetTargetSize(unsigned int *width, unsigned int *height)
{
*width = m_target_width;
*height = m_target_height;