Release 0.61.08
[synfig.git] / synfig-studio / tags / stable / 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