git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2257
1f10aa63-cdf2-0310-b900-
c93c546f37ac
}
}
- // Go ahead and and add all the layers
+ // Go ahead and add all the layers
/*std::for_each(
canvas_interface()->get_canvas()->rbegin(), canvas_interface()->get_canvas()->rend(),
sigc::mem_fun(*this, &studio::LayerGroupTreeStore::on_layer_added)
// Clear out the current list
clear();
- // Go ahead and and add all the layers
+ // Go ahead and add all the layers
std::for_each(
canvas_interface()->get_canvas()->rbegin(), canvas_interface()->get_canvas()->rend(),
sigc::mem_fun(*this, &studio::LayerTreeStore::on_layer_added)