0028579: Get rid of the obsolete QANewModTopOpe_* and QANewBRepNaming_* algorithms
[occt.git] / src / QADraw / QADraw_Additional.cxx
index 6b2c3b4..7990d64 100644 (file)
 #include <QABugs.hxx>
 #include <QADraw.hxx>
 #include <QADNaming.hxx>
-//#if defined(WOKC40)
-//#include <QADBRepNaming.hxx>
-//#else
-#include <QANewDBRepNaming.hxx>
-//#endif
 #include <QANCollection.hxx>
 
 void QADraw::AdditionalCommands(Draw_Interpretor& theCommands)
@@ -28,11 +23,6 @@ void QADraw::AdditionalCommands(Draw_Interpretor& theCommands)
   QABugs::Commands(theCommands);
 
   QADNaming::AllCommands(theCommands);
-//#if defined(WOKC40)
-//  QADBRepNaming::AllCommands(theCommands);
-//#else
-  QANewDBRepNaming::AllCommands(theCommands);
-//#endif
   QANCollection::Commands(theCommands);
 
   return;