Code

implemented a number of functions, including save/load functions.
[inkscape.git] / src / extension / patheffect.cpp
index e45d0b25504950b68e4f52e8373ee7945c174c8d..8e3fc13f19486998fc2636ba1dfbf6586fc05cb8 100644 (file)
@@ -28,7 +28,7 @@ PathEffect::~PathEffect (void)
 }
 
 void
-PathEffect::processPath (SPDocument * doc, Inkscape::XML::Node * path, Inkscape::XML::Node * def)
+PathEffect::processPath (SPDocument * /*doc*/, Inkscape::XML::Node * /*path*/, Inkscape::XML::Node * /*def*/)
 {