mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +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:
@@ -85,23 +85,6 @@ static Standard_Integer DDataStd_PNT (Draw_Interpretor& di,
|
||||
di << "DDataStd_PNT : Error : not done" << "\n";
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
//=======================================================================
|
||||
//function : DDataStd_DrawStdDriver
|
||||
//purpose : DrawStdDriver
|
||||
//=======================================================================
|
||||
// Unused :
|
||||
#ifdef DEB
|
||||
static Standard_Integer DDataStd_DrawStdDriver (Draw_Interpretor& /*di*/,
|
||||
Standard_Integer /*nb*/,
|
||||
const char** /*arg*/)
|
||||
{
|
||||
DDataStd_DrawDriver::Set(new DDataStd_DrawDriver());
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
//=======================================================================
|
||||
//function : DDataStd_Rmdraw
|
||||
|
Reference in New Issue
Block a user