1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0022782: Uninitialized global variable used in conditionals in OpenGl package

This commit is contained in:
KGV
2012-02-22 12:55:05 +00:00
committed by bugmaster
parent 695bdd1bbc
commit 529afc1a20
8 changed files with 15 additions and 54 deletions

View File

@@ -90,14 +90,4 @@ typedef struct {
} CALL_DEF_LAYER;
typedef struct {
int width;
int height;
#ifdef IMP100701
int depth;
#endif
Aspect_Drawable bitmap;
Aspect_RenderingContext bitmapContext;
} CALL_DEF_BITMAP;
#endif /* InterfaceGraphic_AspectHeader */

View File

@@ -209,8 +209,6 @@ typedef struct {
CALL_DEF_WINDOW DefWindow;
CALL_DEF_BITMAP DefBitmap;
void *ptrUnderLayer;
void *ptrOverLayer;