1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0022913: Clean up source repository from unused files

Changes
Removed unused files. Files in QAResources have been moved to DrawResources
Removing unused files from NCollection (see #23041)
This commit is contained in:
dbv
2012-03-29 19:32:30 +04:00
parent 9d35f66806
commit 5fdb6d685b
34 changed files with 22 additions and 1959 deletions

View File

@@ -0,0 +1,5 @@
foreach h [array names Draw_Groups] {
foreach f $Draw_Groups($h) {
QARebuild $f
}
}