mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Remove unused variable in ExpandCelCanvas
This commit is contained in:
parent
0ad2af8eb1
commit
4f97970b98
@ -177,7 +177,6 @@ void ExpandCelCanvas::commit()
|
||||
}
|
||||
else if (m_celImage) {
|
||||
// Restore cel position to its original position
|
||||
gfx::Point newPos = m_cel->position();
|
||||
m_cel->setPosition(m_origCelPos);
|
||||
|
||||
ASSERT(m_cel->image() == m_celImage.get());
|
||||
|
Loading…
Reference in New Issue
Block a user