small comment change

This commit is contained in:
AJ Kelly
2011-08-22 15:19:20 -05:00
parent 657217beda
commit 842a493c60
+1 -2
View File
@@ -61,8 +61,7 @@ bool X11Helper::MakeWindow( Window &win, int screenNum, int depth, Visual *visua
if( win == None )
return false;
/* Hide the mouse cursor. */
// todo: we only want to do this in certain situations (e.g. an arcade) -aj
// Hide the mouse cursor in certain situations.
if( !PREFSMAN->m_bShowMouseCursor )
{
const char pBlank[] = { 0,0,0,0,0,0,0,0 };