summaryrefslogtreecommitdiff
path: root/src/mainwin.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-09-12 01:46:13 (GMT)
committerMarius Kintel <marius@kintel.net>2011-09-12 01:46:13 (GMT)
commitccb6af2816344a2747a9cf03eb9e393a8750dce6 (patch)
treef126e750c16ac29e5e9c480c7529c8c60b75cc0b /src/mainwin.cc
parentb68c63e3bd37f50c954083d02cb86df07ce808f4 (diff)
Don't output deprecated parameters if they're not specified
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r--src/mainwin.cc5
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();
contact: Jan Huwald // Impressum