Skip to content

Commit

Permalink
remove superfluous ofParameter Ector (#8218)
Browse files Browse the repository at this point in the history
  • Loading branch information
artificiel authored Nov 28, 2024
1 parent d6019c3 commit ffbb1be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libs/openFrameworks/types/ofParameter.h
Original file line number Diff line number Diff line change
Expand Up @@ -511,11 +511,6 @@ class ofParameter : public ofAbstractParameter {
/// \tparam ParameterType the type of the value held by the ofParameter
/// \param v the ofParameter to link to it's value
ofParameter(const ofParameter<ParameterType> & v);

/// \brief constructs an ofParameter of type ParameterType initialized to value of same-type v
/// \tparam ParameterType the type of the value held by the ofParameter
/// \param v the value to initialize to
ofParameter(const ParameterType & v);

/// \brief constructs an ofParameter of type ParameterType initialized to value of v
/// where v is convertible to ParameterType, with an exception for bool which can cause
Expand Down

0 comments on commit ffbb1be

Please sign in to comment.