update xcode
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user