Don't render feathering of circles when quality is 10.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_stripes.cpp
index c881015..de0171e 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file valuenode_stripes.cpp
-**     \brief Template File
+**     \brief Implementation of the "Stripes" valuenode conversion.
 **
 **     $Id$
 **
@@ -221,8 +221,9 @@ ValueNode_Stripes::link_local_name(int i)const
                        return _("Stripe Count");
                case 3:
                        return _("Width");
+               default:
+                       return String();
        }
-       return String();
 }
 
 String
@@ -239,8 +240,9 @@ ValueNode_Stripes::link_name(int i)const
                        return "stripes";
                case 3:
                        return "width";
+               default:
+                       return String();
        }
-       return String();
 }
 
 int