X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fbooleancurve.cpp;h=d7b87db456e9e4ba69462b34318a94d889da1d19;hb=c3ad95144d148602f672e95ddda1f18fc35502f8;hp=3c2c1552d7b39c611843abfe7618fc6eaeaccdea;hpb=c25902b514d64fd65c96ed56171bcd205d19d699;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/booleancurve.cpp b/synfig-core/trunk/src/modules/lyr_std/booleancurve.cpp index 3c2c155..d7b87db 100644 --- a/synfig-core/trunk/src/modules/lyr_std/booleancurve.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/booleancurve.cpp @@ -108,14 +108,14 @@ Layer::Vocab BooleanCurve::get_param_vocab()const return ret; } -Color BooleanCurve::get_color(Context context, const Point &pos)const +Color BooleanCurve::get_color(Context /*context*/, const Point &/*pos*/)const { Color c(Color::alpha()); return c; } -bool BooleanCurve::accelerated_render(Context context,Surface *surface,int quality, const RendDesc &renddesc, ProgressCallback *cb)const +bool BooleanCurve::accelerated_render(Context /*context*/,Surface */*surface*/,int /*quality*/, const RendDesc &/*renddesc*/, ProgressCallback */*cb*/)const { return false; }