summaryrefslogtreecommitdiffstats
path: root/src/sp-fecomponenttransfer-funcnode.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-02-24 00:55:22 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-02-24 00:55:22 +0000
commit646ae07a0fcbbea4a0105c02102cdbbe3784ce1c (patch)
tree30de664be9cc9249204cee4b0b6fa64eebc6382f /src/sp-fecomponenttransfer-funcnode.cpp
parentM build.xml (diff)
downloadinkscape-646ae07a0fcbbea4a0105c02102cdbbe3784ce1c.tar.gz
inkscape-646ae07a0fcbbea4a0105c02102cdbbe3784ce1c.zip
Warning and whitespace cleanup
(bzr r4838)
Diffstat (limited to 'src/sp-fecomponenttransfer-funcnode.cpp')
-rw-r--r--src/sp-fecomponenttransfer-funcnode.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sp-fecomponenttransfer-funcnode.cpp b/src/sp-fecomponenttransfer-funcnode.cpp
index 84f71970c..8b506a45e 100644
--- a/src/sp-fecomponenttransfer-funcnode.cpp
+++ b/src/sp-fecomponenttransfer-funcnode.cpp
@@ -8,7 +8,7 @@
* Hugo Rodrigues <haa.rodrigues@gmail.com>
* Niko Kiirala <niko@kiirala.com>
* Felipe CorrĂȘa da Silva Sanches <felipe.sanches@gmail.com>
- *
+ *
* Copyright (C) 2006, 2007, 2008 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
@@ -175,7 +175,7 @@ sp_fefuncnode_build(SPObject *object, SPDocument *document, Inkscape::XML::Node
sp_object_read_attr(object, "amplitude");
sp_object_read_attr(object, "exponent");
sp_object_read_attr(object, "offset");
-
+
//is this necessary?
sp_document_add_resource(document, "fefuncnode", object); //maybe feFuncR, fefuncG, feFuncB and fefuncA ?
@@ -317,6 +317,7 @@ sp_fefuncnode_write(SPObject *object, Inkscape::XML::Node *repr, guint flags)
repr = SP_OBJECT_REPR(object)->duplicate(NULL); // FIXME
}
+ (void)fefuncnode;
/*
TODO: I'm not sure what to do here...