1
0
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:
ski 2014-04-17 13:41:11 +04:00 committed by abv
parent 2357f3393d
commit 94e9ce82b8
4 changed files with 0 additions and 9 deletions

View File

@ -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;

View File

@ -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)

View File

@ -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 :

View File

@ -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};
};
// =======================================================================