Skip to content

Commit

Permalink
delete old-commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolforg committed Apr 5, 2020
1 parent 81dc3b6 commit 403c9b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion synfig-studio/src/synfigapp/actions/layerremove.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ Action::LayerRemove::perform()
for(iter=layer_list.begin();iter!=layer_list.end();++iter)
{
Layer::Handle layer(iter->first);
// int& depth(iter->second);
Canvas::Handle subcanvas(layer->get_canvas());

// Find the iterator for the layer
Expand Down
3 changes: 0 additions & 3 deletions synfig-studio/src/synfigapp/actions/layerremove.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ class LayerRemove :

std::list<std::pair<synfig::Layer::Handle,int> > layer_list;

//synfig::Layer::Handle layer;
//int depth;

public:

LayerRemove();
Expand Down

0 comments on commit 403c9b6

Please sign in to comment.