Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentEnd.cpp =================================================================== diff -u -rca05e940ea4a0c567acb05c4c8777dea079b0f08 -r4567cb1eb7c259b4f9abc6f8d86caea43ffcf971 --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentEnd.cpp (.../VTreatmentAdjustmentEnd.cpp) (revision ca05e940ea4a0c567acb05c4c8777dea079b0f08) +++ 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 -//}