From ea6e658976e86f99b4b793166b81a03750bfdef2 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 1 Aug 2008 04:22:35 +0000 Subject: Warning cleanup (bzr r6495) --- src/sp-script.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sp-script.cpp') 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: -- cgit v1.2.3