mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 03:32:48 +00:00
Remove unused variable
This commit is contained in:
parent
3d76639141
commit
3dce633bf6
@ -423,7 +423,6 @@ bool Timeline::onProcessMessage(Message* msg)
|
||||
// hitTestCel() and limiting the clicked cel inside the
|
||||
// range bounds.
|
||||
if (m_range.type() == Range::kCels) {
|
||||
gfx::Point pt = mouseMsg->position();
|
||||
m_clk = hitTestCel(mouseMsg->position() - getBounds().getOrigin());
|
||||
|
||||
if (m_clk.layer < m_range.layerBegin())
|
||||
|
Loading…
x
Reference in New Issue
Block a user