diff options
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r-- | src/mainwin.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 88b7d40..f812ede 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -703,13 +703,6 @@ void MainWindow::compileCSG(bool procevents) if (procevents) QApplication::processEvents(); - double m[20]; - - for (int i = 0; i < 16; i++) - m[i] = i % 5 == 0 ? 1.0 : 0.0; - for (int i = 16; i < 20; i++) - m[i] = -1; - // Main CSG evaluation QTime t; t.start(); |