diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-02-24 00:55:22 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-02-24 00:55:22 +0000 |
| commit | 646ae07a0fcbbea4a0105c02102cdbbe3784ce1c (patch) | |
| tree | 30de664be9cc9249204cee4b0b6fa64eebc6382f /src/sp-fecomponenttransfer-funcnode.cpp | |
| parent | M build.xml (diff) | |
| download | inkscape-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.cpp | 5 |
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... |
