From 7f95e0a30974b43b261ea6b739597f5fa5b28ed4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 13 Nov 2005 18:38:55 +0000 Subject: [PATCH] calling straightforward code an "ugly hackish mess" falls just short of productive and appropriate --- stepmania/src/arch/LowLevelWindow/LowLevelWindow_X11.cpp | 3 --- 1 file changed, 3 deletions(-) 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()