summaryrefslogtreecommitdiffstats
path: root/src/sp-script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-script.cpp')
-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: