[escher] InputTextDelegate and LayoutFieldDelegate don't inherit from

InputTextDelegate to avoid diamond inheritance
This commit is contained in:
Émilie Feral
2018-10-22 18:14:30 +02:00
parent 0a438b1803
commit 698332c355
138 changed files with 285 additions and 268 deletions

View File

@@ -12,8 +12,4 @@ bool TextFieldDelegate::textFieldDidReceiveEvent(::TextField * textField, Ion::E
return textFieldDelegateApp()->textFieldDidReceiveEvent(textField, event);
}
Toolbox * TextFieldDelegate::toolboxForInputEventHandler(InputEventHandler * textInput) {
return textFieldDelegateApp()->toolboxForInputEventHandler(textInput);
}
}