Remove unnecessary check (duplicated)

before including the library, it is uselessly checked if the variable __QtAll__ and __InventorAll__ have been defined. The same check is performed again once the library is included
This commit is contained in:
Andrea
2025-03-10 21:52:48 +01:00
parent 5a1170c795
commit 078e315d8f
12 changed files with 3 additions and 42 deletions

View File

@@ -89,9 +89,7 @@
#endif
// Qt Toolkit
#ifndef __QtAll__
#include <Gui/QtAll.h>
#endif
#endif //_PreComp_