BeamAdapter icon indicating copy to clipboard operation
BeamAdapter copied to clipboard

Function convertBeamAdapterAction not used

Open hugtalbot opened this issue 1 year ago • 0 comments

I just noticed the following warning:

BeamAdapter/src/BeamAdapter/utils/BeamActions.h:58:30: warning: unused function 'convertBeamAdapterAction' [-Wunused-function]
    static BeamAdapterAction convertBeamAdapterAction(const std::string& sAction)
                             ^

Is there a reason why it is not used?

hugtalbot avatar Feb 26 '24 07:02 hugtalbot