mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0024853: CLang warnings -Wunused-const-variable
Unused variables were removed.
This commit is contained in:
@@ -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 :
|
||||
|
@@ -59,7 +59,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};
|
||||
}
|
||||
|
||||
// =======================================================================
|
||||
|
Reference in New Issue
Block a user