Remove unused code

This commit is contained in:
David Capello 2019-09-05 15:34:01 -03:00
parent 3e478d3efa
commit 4acd3675b0

View File

@ -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;
{