From 7542599aa968bcef2e110ad4bdcca07b0f394ae0 Mon Sep 17 00:00:00 2001 From: nigels Date: Mon, 8 Mar 2004 05:15:15 +0000 Subject: [PATCH] C++ style comment converted to C style comment git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@471 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/src/freeglut_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeglut/freeglut/src/freeglut_internal.h b/freeglut/freeglut/src/freeglut_internal.h index 3d73efc..3f35414 100644 --- a/freeglut/freeglut/src/freeglut_internal.h +++ b/freeglut/freeglut/src/freeglut_internal.h @@ -342,7 +342,7 @@ struct tagSFG_Context #if TARGET_HOST_UNIX_X11 XVisualInfo* VisualInfo; /* The window's visual information */ Pixmap Pixmap; /* Used for offscreen rendering */ - //GLXPixmap GLXPixMap; /* Used for offscreen rendering */ + /* GLXPixmap GLXPixMap; */ /* Used for offscreen rendering */ #elif TARGET_HOST_WIN32 HDC Device; /* The window's device context */ #endif