File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
libs/openFrameworks/types Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments