From: dooglus Date: Mon, 12 Mar 2007 13:08:06 +0000 (+0000) Subject: Commented declaration of unused variables. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=24ff35aed1b5a84e10599c686402cd41561e7510;p=synfig.git Commented declaration of unused variables. git-svn-id: http://svn.voria.com/code@300 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/modules/lyr_std/warp.cpp b/synfig-core/trunk/src/modules/lyr_std/warp.cpp index 71c57f2..5eaa36a 100644 --- a/synfig-core/trunk/src/modules/lyr_std/warp.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/warp.cpp @@ -508,9 +508,9 @@ Warp::accelerated_render(Context context,Surface *surface,int quality, const Ren bool init_point_set=false; - Point trans_point[4]; + // Point trans_point[4]; Point p; - Real trans_z[4]; + // Real trans_z[4]; Real z,minz(10000000000000.0f),maxz(0); diff --git a/synfig-core/trunk/src/modules/mod_filter/blur.cpp b/synfig-core/trunk/src/modules/mod_filter/blur.cpp index 4832791..f10593d 100644 --- a/synfig-core/trunk/src/modules/mod_filter/blur.cpp +++ b/synfig-core/trunk/src/modules/mod_filter/blur.cpp @@ -121,7 +121,7 @@ Blur_Layer::get_color(Context context, const Point &pos)const bool Blur_Layer::accelerated_render(Context context,Surface *surface,int quality, const RendDesc &renddesc, ProgressCallback *cb)const { - int x,y; + // int x,y; SuperCallback stageone(cb,0,5000,10000); SuperCallback stagetwo(cb,5000,10000,10000);