Sdk/TextAreaWidget: Fix compilation

This commit is contained in:
Lynix
2017-11-11 18:53:51 +01:00
parent 0487b282d7
commit 55bbc282db
2 changed files with 0 additions and 9 deletions

View File

@@ -234,14 +234,6 @@ namespace Ndk
}
}
void TextAreaWidget::OnMouseMoved(int x, int y, int /*deltaX*/, int /*deltaY*/)
{
if (m_isMouseButtonDown)
{
}
}
void TextAreaWidget::OnTextEntered(char32_t character, bool /*repeated*/)
{
if (m_readOnly)