When right-clicking on a simple waypoint in a PasteCanvas' 'canvas' parameter, pop...
[synfig.git] / synfig-studio / trunk / src / gtkmm / dockbook.cpp
index a7470f9..21ed82f 100644 (file)
@@ -79,9 +79,7 @@ void
 DockBook::clear()
 {
        while(get_n_pages())
-       {
                remove(static_cast<Dockable&>(*get_nth_page(get_n_pages()-1)));
-       }
 }
 
 void