Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / paramdesc.h
index e56dda0..2e0f0ad 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file paramdesc.h
 **     \brief ParamDesc Class Implementation
 **
-**     $Id: paramdesc.h,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -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