summaryrefslogtreecommitdiffstats
path: root/src/sp-script.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-08-01 04:22:35 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-08-01 04:22:35 +0000
commitea6e658976e86f99b4b793166b81a03750bfdef2 (patch)
treea7c3183623854aa8f33f0394849beee62cc6bae9 /src/sp-script.cpp
parentfix error in creating nodepath from pathvector (diff)
downloadinkscape-ea6e658976e86f99b4b793166b81a03750bfdef2.tar.gz
inkscape-ea6e658976e86f99b4b793166b81a03750bfdef2.zip
Warning cleanup
(bzr r6495)
Diffstat (limited to '')
-rw-r--r--src/sp-script.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sp-script.cpp b/src/sp-script.cpp
index 48247ecad..2b855e455 100644
--- a/src/sp-script.cpp
+++ b/src/sp-script.cpp
@@ -69,15 +69,15 @@ static void sp_script_release(SPObject *object)
}
}
-static void sp_script_update(SPObject *object, SPCtx *ctx, guint flags)
+static void sp_script_update(SPObject */*object*/, SPCtx */*ctx*/, guint /*flags*/)
{
}
-static void sp_script_modified(SPObject *object, guint flags)
+static void sp_script_modified(SPObject */*object*/, guint /*flags*/)
{
}
-static Inkscape::XML::Node *sp_script_write(SPObject *object, Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags)
+static Inkscape::XML::Node *sp_script_write(SPObject */*object*/, Inkscape::XML::Document */*xml_doc*/, Inkscape::XML::Node *repr, guint /*flags*/)
{
/*
TODO: