Commented declaration of unused variables.
[synfig.git] / synfig-core / trunk / src / modules / mod_filter / blur.cpp
index 4832791..f10593d 100644 (file)
@@ -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);