diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-11-08 07:35:44 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-11-08 07:35:44 +0000 |
| commit | d08af17faef48441390db53bc6e225ae6eae6b19 (patch) | |
| tree | d945b4cf97cc7acda9cede8f9324dda96a909977 /src/sp-polyline.cpp | |
| parent | attempt at fixing [ 1679218 ] open/import clicking on a 0 byte image results ... (diff) | |
| download | inkscape-d08af17faef48441390db53bc6e225ae6eae6b19.tar.gz inkscape-d08af17faef48441390db53bc6e225ae6eae6b19.zip | |
warning cleanup
(bzr r4043)
Diffstat (limited to 'src/sp-polyline.cpp')
| -rw-r--r-- | src/sp-polyline.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sp-polyline.cpp b/src/sp-polyline.cpp index 33f3286f9..d974f61e3 100644 --- a/src/sp-polyline.cpp +++ b/src/sp-polyline.cpp @@ -75,9 +75,9 @@ sp_polyline_class_init (SPPolyLineClass *klass) } static void -sp_polyline_init (SPPolyLine * polyline) +sp_polyline_init (SPPolyLine * /*polyline*/) { - /* Nothing here */ + /* Nothing here */ } static void @@ -173,7 +173,7 @@ sp_polyline_write (SPObject *object, Inkscape::XML::Node *repr, guint flags) } static gchar * -sp_polyline_description(SPItem *item) +sp_polyline_description(SPItem */*item*/) { - return g_strdup(_("<b>Polyline</b>")); + return g_strdup(_("<b>Polyline</b>")); } |
