update xcode

This commit is contained in:
2019-06-19 10:58:34 +02:00
parent 41ece63aa7
commit 6058f05d3f
5 changed files with 38 additions and 22 deletions

View File

@@ -409,11 +409,6 @@ void ActionLayerAdd::undo()
m_panel->remove_layer((NodeLayer*)m_layer_node.get(), false);
}
size_t ActionLayerAdd::memory()
{
return 0;
}
///////////////////////////////////////////////////////////////////////////////
Action* ActionLayerRemove::get_redo()
@@ -435,11 +430,6 @@ void ActionLayerRemove::undo()
LOG("ActionLayerRemove::undo %s", name.c_str());
}
size_t ActionLayerRemove::memory()
{
return 0;
}
///////////////////////////////////////////////////////////////////////////////
Action* ActionLayerMove::get_redo()
@@ -462,11 +452,6 @@ void ActionLayerMove::undo()
}
}
size_t ActionLayerMove::memory()
{
return 0;
}
///////////////////////////////////////////////////////////////////////////////
void ActionLayerMerge::undo()