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:
@@ -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 */
|
||||
|
@@ -209,8 +209,6 @@ typedef struct {
|
||||
|
||||
CALL_DEF_WINDOW DefWindow;
|
||||
|
||||
CALL_DEF_BITMAP DefBitmap;
|
||||
|
||||
void *ptrUnderLayer;
|
||||
void *ptrOverLayer;
|
||||
|
||||
|
Reference in New Issue
Block a user