mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-17 08:43:11 +00:00
Remove unused variable
This commit is contained in:
parent
51061894de
commit
6d255dd3ab
@ -107,7 +107,6 @@ bool TextBox::onProcessMessage(Message* msg)
|
||||
case kMouseMoveMessage: {
|
||||
View* view = View::getView(this);
|
||||
if (view && hasCapture()) {
|
||||
gfx::Rect vp = view->getViewportBounds();
|
||||
gfx::Point scroll = view->getViewScroll();
|
||||
gfx::Point newPos = static_cast<MouseMessage*>(msg)->position();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user