Code

warning cleanup
[inkscape.git] / src / sp-polygon.cpp
index a2b1c59724572f0ee8ba17e6e8b6664f3d22bae2..1fb43c03673de3f895c7723518a23bae8f3cd1a2 100644 (file)
@@ -69,7 +69,7 @@ static void sp_polygon_class_init(SPPolygonClass *pc)
     item_class->description = sp_polygon_description;
 }
 
-static void sp_polygon_init(SPPolygon *polygon)
+static void sp_polygon_init(SPPolygon */*polygon*/)
 {
     /* Nothing here */
 }
@@ -230,7 +230,7 @@ static void sp_polygon_set(SPObject *object, unsigned int key, const gchar *valu
     }
 }
 
-static gchar *sp_polygon_description(SPItem *item)
+static gchar *sp_polygon_description(SPItem */*item*/)
 {
     return g_strdup(_("<b>Polygon</b>"));
 }