diff --git a/src/Vg.cpp b/src/Vg.cpp index 2f90f654383431d0e0903e3503901b29aab4bfa9..37da5c82c83eabf3eb55dcf5e02127662dd5d00a 100644 --- a/src/Vg.cpp +++ b/src/Vg.cpp @@ -644,22 +644,6 @@ void Vg::exception_handler(Tango::DevFailed &ex, Tango::DevState new_state, cons set_state(new_state); set_status(msg.str()); } -// //-------------------------------------------------------- -// /** -// * Read DeviceStatus attribute -// * Description: -// * -// * Data type: Tango::DevString -// * Attr type: Scalar -// */ -// //-------------------------------------------------------- -// void Vg::read_DeviceStatus(Tango::Attribute &attr) -// { -// DEBUG_STREAM << "Vg::read_DeviceStatus(Tango::Attribute &attr) entering... " << endl; -// // Set the attribute value -// attr.set_value(attr_DeviceStatus_read); -// } - /*----- PROTECTED REGION END -----*/ // Vg::namespace_ending } // namespace