* remove unreferenced var

This commit is contained in:
Nathan Letwory
2008-10-31 20:47:30 +00:00
parent 3f7535d3c3
commit 44efce4f66

View File

@@ -854,7 +854,7 @@ static int WeightPixelFormat(PIXELFORMATDESCRIPTOR& pfd) {
static int EnumPixelFormats(HDC hdc) {
int iPixelFormat;
int i, n, w, weight = 0;
PIXELFORMATDESCRIPTOR pfd, pfd_fallback;
PIXELFORMATDESCRIPTOR pfd;
/* we need a device context to do anything */
if(!hdc) return 0;