gdi32: Remove no longer used default driver name.

This commit is contained in:
Alexandre Julliard 2013-10-30 09:47:22 +01:00
parent b236142530
commit 3bd1e59cfb
1 changed files with 0 additions and 6 deletions

View File

@ -59,12 +59,6 @@ static CRITICAL_SECTION_DEBUG critsect_debug =
}; };
static CRITICAL_SECTION driver_section = { &critsect_debug, -1, 0, 0, 0, 0 }; static CRITICAL_SECTION driver_section = { &critsect_debug, -1, 0, 0, 0, 0 };
#ifdef __APPLE__
static const char default_driver[] = "mac,x11";
#else
static const char default_driver[] = "x11";
#endif
/********************************************************************** /**********************************************************************
* create_driver * create_driver
* *