X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_filter%2Fhalftone3.cpp;h=87d44af0d6e9ccd2f17ec6a29caa0878223db632;hb=c3ad95144d148602f672e95ddda1f18fc35502f8;hp=b46ee6fcf9e74d9718f92ff115d94583a100db84;hpb=c25902b514d64fd65c96ed56171bcd205d19d699;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_filter/halftone3.cpp b/synfig-core/trunk/src/modules/mod_filter/halftone3.cpp index b46ee6f..87d44af 100644 --- a/synfig-core/trunk/src/modules/mod_filter/halftone3.cpp +++ b/synfig-core/trunk/src/modules/mod_filter/halftone3.cpp @@ -229,13 +229,13 @@ Halftone3::color_func(const Point &point, float supersample,const Color& in_colo } inline float -Halftone3::calc_supersample(const synfig::Point &x, float pw,float ph)const +Halftone3::calc_supersample(const synfig::Point &/*x*/, float pw,float /*ph*/)const { return abs(pw/(tone[0].size).mag()); } synfig::Layer::Handle -Halftone3::hit_check(synfig::Context context, const synfig::Point &point)const +Halftone3::hit_check(synfig::Context /*context*/, const synfig::Point &/*point*/)const { return const_cast(this); }