Commit 3bd1e59c authored by Alexandre Julliard's avatar Alexandre Julliard

gdi32: Remove no longer used default driver name.

parent b2361425
......@@ -59,12 +59,6 @@ static CRITICAL_SECTION_DEBUG critsect_debug =
};
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
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment