Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / paramdesc.h
index 85cd737..2e0f0ad 100644 (file)
@@ -156,7 +156,6 @@ public:
        /*! This value determines how the value is to be presented
        **      to the user when editing visually. */
        ParamDesc &set_scalar(const Real &n) { scalar_=n; return *this; }
-       ParamDesc &set_scalar(const String &h) { hint_=h; return *this; }
 
        //!     Marks the parameter as not necessary for saving or copying
        ParamDesc &not_critical() { critical_=false; return *this; }
@@ -186,7 +185,7 @@ public:
        //! Returns the localized description of the parameter
        const String &get_description()const { return desc_; }
 
-       //! Returns the paramater's group
+       //! Returns the parameter's group
        const String &get_group()const { return group_; }
 
        //! Returns a "hint" about the parameter, regarding how it is to be displayed to the user