winex11: Remove an unused variable.

This commit is contained in:
Stefan Dösinger 2007-12-07 18:01:25 +01:00 committed by Alexandre Julliard
parent d72cfb7342
commit 211f429579
1 changed files with 0 additions and 4 deletions

View File

@ -266,10 +266,6 @@ BOOL X11DRV_EnumDisplaySettingsEx( LPCWSTR name, DWORD n, LPDEVMODEW devmode, DW
{
static const WCHAR dev_name[CCHDEVICENAME] =
{ 'W','i','n','e',' ','X','1','1',' ','d','r','i','v','e','r',0 };
DWORD dwBpp;
dwBpp = screen_depth;
if (dwBpp == 24) dwBpp = 32;
devmode->dmSize = sizeof(DEVMODEW);
devmode->dmSpecVersion = MAKEWORD(1,4);