Remove unused "mark" parameter from stop_touch() API
[ardour.git] / libs / canvas / root_group.cc
index 141cee4f67ef5eb9066d7a5dc2c7f4f4eaf7c32e..d9249a2c890db69cf09aee2f98a8674c61ddc65a 100644 (file)
@@ -37,7 +37,7 @@ Root::compute_bounding_box () const
        Container::compute_bounding_box ();
 
        if (_bounding_box) {
-               Rect r (_bounding_box.get());
+               Rect r (_bounding_box);
                _canvas->request_size (Duple (r.width (), r.height ()));
        }
 }