1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0029520: Visualization - drop deprecated V3d_View::Export() functionality and dependency from gl2ps

This commit is contained in:
kgv
2018-02-20 08:37:38 +03:00
committed by bugmaster
parent 7775636a15
commit e52ba46e3b
66 changed files with 16 additions and 1507 deletions

View File

@@ -340,11 +340,6 @@ static Standard_Integer dversion(Draw_Interpretor& di, Standard_Integer, const c
#else
di << "TBB disabled\n";
#endif
#ifdef HAVE_GL2PS
di << "GL2PS enabled (HAVE_GL2PS)\n";
#else
di << "GL2PS disabled\n";
#endif
#ifdef HAVE_FREEIMAGE
di << "FreeImage enabled (HAVE_FREEIMAGE)\n";
#else