diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-12 01:46:13 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-12 01:46:13 (GMT) |
commit | ccb6af2816344a2747a9cf03eb9e393a8750dce6 (patch) | |
tree | f126e750c16ac29e5e9c480c7529c8c60b75cc0b /src/mainwin.cc | |
parent | b68c63e3bd37f50c954083d02cb86df07ce808f4 (diff) |
Don't output deprecated parameters if they're not specified
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r-- | src/mainwin.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 0cf39e7..56502f2 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1496,12 +1496,9 @@ void MainWindow::actionExportImage() void MainWindow::actionFlushCaches() { -// FIXME: Polycache -> PolySetEvaluator PolySetCache::instance()->clear(); #ifdef ENABLE_CGAL -// FIXME: Flush caches through whatever channels we have - // CGALEvaluator::evaluator()->getCache().clear(); - // this->dumper->clearCache(); + CGALCache::instance()->clear(); #endif dxf_dim_cache.clear(); dxf_cross_cache.clear(); |