mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024096: Eliminate compiler warning C4505 in MSVC++ with warning level 4
Removed obsolete functions from sources. Some useful debug functions were 'defined' ( put into #ifdef ...#endif ) Removed some redundant code
This commit is contained in:
@@ -91,10 +91,6 @@ Standard_IMPORT Standard_Boolean Draw_Interprete(const char* command); //for C30
|
||||
|
||||
// necessary for WNT in C21 only
|
||||
static FDraw_InitAppli theDraw_InitAppli; //pointer to the Draw_InitAppli
|
||||
static void Draw_InitAppli(Draw_Interpretor& theCommands)
|
||||
{
|
||||
theDraw_InitAppli (theCommands);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WNT
|
||||
|
Reference in New Issue
Block a user