[apps] Delete useless obsoletfunction in float parameter controller

Change-Id: I2421de22519aacc2ef329cca12dc6fa3b6ad845d
This commit is contained in:
Émilie Feral
2017-01-02 15:55:18 +01:00
parent 8e1a3ff6e8
commit aa91ebfb14
11 changed files with 0 additions and 31 deletions

View File

@@ -12,11 +12,6 @@ GoToParameterController::GoToParameterController(Responder * parentResponder, Gr
{
}
ExpressionTextFieldDelegate * GoToParameterController::textFieldDelegate() {
ExpressionTextFieldDelegate * myApp = (ExpressionTextFieldDelegate *)app();
return myApp;
}
const char * GoToParameterController::title() const {
return "Aller a";
}