Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentEnd.cpp =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r4567cb1eb7c259b4f9abc6f8d86caea43ffcf971 --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentEnd.cpp (.../VTreatmentAdjustmentEnd.cpp) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentEnd.cpp (.../VTreatmentAdjustmentEnd.cpp) (revision 4567cb1eb7c259b4f9abc6f8d86caea43ffcf971) @@ -33,14 +33,3 @@ // *** otherwise will use the previous values before being set. *** adjustment ( true ); } - -/*! - * \brief View::VTreatmentAdjustmentEnd::adjustment - * \details the invocable slot to adjust the Treatment End state - * \param vRequestedState - the requested state - */ -void View::VTreatmentAdjustmentEnd::adjustment(const GuiTreatmentEndCommands &vRequestedState) -{ - _data.requestedState = vRequestedState; - emit didAdjustment(_data); // notify the controllers to do the adjustment -}