From: divverent divverent@d7cf8633-e32d-0410-b094-e92efae38249 <> Date: Fri, 24 Sep 2010 11:07:27 +0000 (+0000) Subject: UNMERGE X-Git-Tag: xonotic-v0.1.0preview~224 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=f8213715a1e8716828035ef51fa0a60ca83e117c;p=xonotic%2Fdarkplaces.git UNMERGE remove two unused vars git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10486 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::unmerge=23e8d3a5f0d0e364566b87daaa59451ea59a6919 --- diff --git a/vid_wgl.c b/vid_wgl.c index 7b3e095f..7871c225 100644 --- a/vid_wgl.c +++ b/vid_wgl.c @@ -1379,6 +1379,7 @@ qboolean VID_InitModeDX(viddef_mode_t *mode, int version) int deviceindex; RECT rect; MSG msg; + int pixelformat, newpixelformat; DWORD WindowStyle, ExWindowStyle; int CenterX, CenterY; int bpp = mode->bitsperpixel; @@ -1432,6 +1433,8 @@ qboolean VID_InitModeDX(viddef_mode_t *mode, int version) rect.top += CenterY; rect.bottom += CenterY; + pixelformat = 0; + newpixelformat = 0; gl_extensions = ""; gl_platformextensions = "";