[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

@@ -13,11 +13,6 @@ IntervalParameterController::IntervalParameterController(Responder * parentRespo
{
}
ExpressionTextFieldDelegate * IntervalParameterController::textFieldDelegate() {
ExpressionTextFieldDelegate * myApp = (ExpressionTextFieldDelegate *)app();
return myApp;
}
const char * IntervalParameterController::title() const {
return "Regler l'intervalle";
}