Remove unused variable

This commit is contained in:
David Capello 2015-10-19 16:41:25 -03:00
parent 3d76639141
commit 3dce633bf6

View File

@ -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())