VideoCommon: small cleanups. No functional change.

This commit is contained in:
magumagu
2014-06-16 14:03:29 -07:00
parent 7416b9cdb4
commit 9d87818853
4 changed files with 6 additions and 14 deletions

View File

@ -29,11 +29,6 @@ const u32 MAX_XFB_WIDTH = EFB_WIDTH;
// that are next to each other in memory (TODO: handle that situation).
const u32 MAX_XFB_HEIGHT = 574;
// Logging
// ----------
void HandleGLError();
// This structure should only be used to represent a rectangle in EFB
// coordinates, where the origin is at the upper left and the frame dimensions
// are 640 x 528.