mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[apps/*/values_controller] Inline intervalParameterController getter in header
and make it private
This commit is contained in:
@@ -55,10 +55,6 @@ I18n::Message ValuesController::emptyMessage() {
|
||||
return I18n::Message::NoActivatedFunction;
|
||||
}
|
||||
|
||||
IntervalParameterController * ValuesController::intervalParameterController() {
|
||||
return &m_intervalParameterController;
|
||||
}
|
||||
|
||||
Ion::Storage::Record ValuesController::recordAtColumn(int i) {
|
||||
bool isDerivative = false;
|
||||
return recordAtColumn(i, &isDerivative);
|
||||
|
||||
Reference in New Issue
Block a user