mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-16 10:20:50 +00:00
Remove unused code
This commit is contained in:
parent
3e478d3efa
commit
4acd3675b0
@ -124,7 +124,6 @@ PixelsMovement::PixelsMovement(
|
||||
, m_site(site)
|
||||
, m_document(site.document())
|
||||
, m_tx(context, operationName)
|
||||
// , m_setMaskCmd(nullptr)
|
||||
, m_isDragging(false)
|
||||
, m_adjustPivot(false)
|
||||
, m_handle(NoHandle)
|
||||
@ -1023,9 +1022,6 @@ bool PixelsMovement::gotoFrame(const doc::frame_t deltaFrame)
|
||||
// preview for the transformation.
|
||||
m_tx.rollbackAndStartAgain();
|
||||
|
||||
// Re-create the cmd::SetMask()
|
||||
//m_setMaskCmd = nullptr;
|
||||
|
||||
{
|
||||
m_canHandleFrameChange = true;
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user