X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_internal.h;h=f63c1f5d3ecb416c8cd7fbf9f63db08e5b4f2d1f;hb=511db69cdae3a1aea4c8ae0c97d232290a355189;hp=02262142e1d863c3c6623803df45b0386ce89142;hpb=e9e66a952dc52f1bb204dc95b856a5246c2b7822;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 0226214..f63c1f5 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -323,8 +323,6 @@ 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 */ #elif TARGET_HOST_WIN32 || TARGET_HOST_WINCE HDC Device; /* The window's device context */ #endif