mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
0024853: CLang warnings -Wunused-const-variable
Unused variables were removed.
This commit is contained in:
parent
2357f3393d
commit
94e9ce82b8
@ -80,7 +80,6 @@ IMPLEMENT_STANDARD_RTTIEXT(AIS_Dimension, AIS_InteractiveObject)
|
||||
namespace
|
||||
{
|
||||
// default text strings
|
||||
static const Standard_Utf32Char THE_FILL_CHARACTER ('0');
|
||||
static const TCollection_ExtendedString THE_EMPTY_LABEL;
|
||||
static const TCollection_AsciiString THE_UNDEFINED_UNITS;
|
||||
|
||||
|
@ -78,8 +78,6 @@ void NIS_TriangulatedDrawer::Assign (const Handle_NIS_Drawer& theOther)
|
||||
}
|
||||
}
|
||||
|
||||
static const Standard_Integer nObjPerDrawer = 64;
|
||||
|
||||
//=======================================================================
|
||||
//function : IsEqual
|
||||
//purpose : Comparison of two Drawers (for Map impementation)
|
||||
|
@ -17,11 +17,6 @@
|
||||
#include <OpenGl_GlCore11.hxx>
|
||||
#include <OpenGl_Workspace.hxx>
|
||||
|
||||
namespace
|
||||
{
|
||||
static const GLdouble OpenGl_DefaultPlaneEq[] = {0.0, 0.0, 0.0, 0.0};
|
||||
};
|
||||
|
||||
// =======================================================================
|
||||
// function : OpenGl_ClippingState
|
||||
// purpose :
|
||||
|
@ -63,7 +63,6 @@ IMPLEMENT_STANDARD_RTTIEXT(OpenGl_Context, Standard_Transient)
|
||||
namespace
|
||||
{
|
||||
static const Handle(OpenGl_Resource) NULL_GL_RESOURCE;
|
||||
static const GLdouble OpenGl_DefaultPlaneEq[] = {0.0, 0.0, 0.0, 0.0};
|
||||
};
|
||||
|
||||
// =======================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user