diff options
| author | Sebastian Wüst <sebi@timewaster.de> | 2013-10-28 17:23:42 +0000 |
|---|---|---|
| committer | Sebastian Wüst <sebi@timewaster.de> | 2013-10-28 17:23:42 +0000 |
| commit | c6ad2a34d38795059888d3c900dbf1047bfd5fdd (patch) | |
| tree | 88de58a63003bd2ea6edda9c895d3c0466a38e6b /src/sp-script.cpp | |
| parent | text change (diff) | |
| parent | Fix for bug #1156394 (OCAL dialog: Close button in German localization contai... (diff) | |
| download | inkscape-c6ad2a34d38795059888d3c900dbf1047bfd5fdd.tar.gz inkscape-c6ad2a34d38795059888d3c900dbf1047bfd5fdd.zip | |
mrege from trunk
(bzr r12417.1.31)
Diffstat (limited to 'src/sp-script.cpp')
| -rw-r--r-- | src/sp-script.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sp-script.cpp b/src/sp-script.cpp index 158796e51..260b3dcfd 100644 --- a/src/sp-script.cpp +++ b/src/sp-script.cpp @@ -57,11 +57,11 @@ void SPScript::release() { SPObject::release(); } -void SPScript::update(SPCtx* ctx, unsigned int flags) { +void SPScript::update(SPCtx* /*ctx*/, unsigned int /*flags*/) { } -void SPScript::modified(unsigned int flags) { +void SPScript::modified(unsigned int /*flags*/) { } @@ -81,7 +81,7 @@ void SPScript::set(unsigned int key, const gchar* value) { } } -Inkscape::XML::Node* SPScript::write(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, guint flags) { +Inkscape::XML::Node* SPScript::write(Inkscape::XML::Document* /*doc*/, Inkscape::XML::Node* repr, guint /*flags*/) { return repr; } |
