diff --git a/stepmania/src/arch/LowLevelWindow/LowLevelWindow_X11.cpp b/stepmania/src/arch/LowLevelWindow/LowLevelWindow_X11.cpp index ca61526ad2..4d79779ba9 100644 --- a/stepmania/src/arch/LowLevelWindow/LowLevelWindow_X11.cpp +++ b/stepmania/src/arch/LowLevelWindow/LowLevelWindow_X11.cpp @@ -10,9 +10,6 @@ #include // All sorts of stuff... #include -// XXX HACK: RageDisplay_OGL is expecting us to set this for it so it can do -// GLX-specific queries and whatnot. It's one ugly hackish mess, but hey, -// LLW_SDL is in on it, and I'm feeling lazy. extern Display *g_X11Display; LowLevelWindow_X11::LowLevelWindow_X11()