From 24ff35aed1b5a84e10599c686402cd41561e7510 Mon Sep 17 00:00:00 2001 From: dooglus Date: Mon, 12 Mar 2007 13:08:06 +0000 Subject: [PATCH] Commented declaration of unused variables. git-svn-id: http://svn.voria.com/code@300 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/modules/lyr_std/warp.cpp | 4 ++-- synfig-core/trunk/src/modules/mod_filter/blur.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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); -- 2.7.4