Skip to content

Commit ffbb1be

Browse files
authored
remove superfluous ofParameter Ector (#8218)
1 parent d6019c3 commit ffbb1be

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libs/openFrameworks/types/ofParameter.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -511,11 +511,6 @@ class ofParameter : public ofAbstractParameter {
511511
/// \tparam ParameterType the type of the value held by the ofParameter
512512
/// \param v the ofParameter to link to it's value
513513
ofParameter(const ofParameter<ParameterType> & v);
514-
515-
/// \brief constructs an ofParameter of type ParameterType initialized to value of same-type v
516-
/// \tparam ParameterType the type of the value held by the ofParameter
517-
/// \param v the value to initialize to
518-
ofParameter(const ParameterType & v);
519514

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

0 commit comments

Comments
 (0)