devilhorns pushed a commit to branch master.
commit 5ccf87c845a250ccdf2400eb7b5e31029435b5b0
Author: Chris Michael <[email protected]>
Date: Sun Aug 11 14:02:21 2013 +0100
Remove unused variables.
Signed-off-by: Chris Michael <[email protected]>
---
src/lib/evas/canvas/evas_object_image.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/lib/evas/canvas/evas_object_image.c
b/src/lib/evas/canvas/evas_object_image.c
index 1531bae..da160cd 100644
--- a/src/lib/evas/canvas/evas_object_image.c
+++ b/src/lib/evas/canvas/evas_object_image.c
@@ -3970,8 +3970,6 @@ evas_object_image_render(Evas_Object *eo_obj,
Evas_Object_Protected_Data *obj, v
// fix impossible border settings if img pixels
not enough
if ((bl + br) > imw)
{
- int b0 = bl, b1 = br;
-
if ((bl + br) > 0)
{
bl = (bl * imw) / (bl + br);
@@ -3980,8 +3978,6 @@ evas_object_image_render(Evas_Object *eo_obj,
Evas_Object_Protected_Data *obj, v
}
if ((bt + bb) > imh)
{
- int b0 = bt, b1 = bb;
-
if ((bt + bb) > 0)
{
bt = (bt * imh) / (bt + bb);
--
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk