[gegl] plasma: Remove redundant return



commit 8f021cc89084857d69a3fa228066b560ea29bfb2
Author: Mukund Sivaraman <muks banu com>
Date:   Thu Jun 30 14:21:34 2011 +0530

    plasma: Remove redundant return

 operations/workshop/plasma.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/operations/workshop/plasma.c b/operations/workshop/plasma.c
index 3c0199c..c6e4119 100644
--- a/operations/workshop/plasma.c
+++ b/operations/workshop/plasma.c
@@ -242,7 +242,6 @@ do_plasma_big (GeglBuffer *output,
         return do_plasma_big (output, xm, ym, x2, y2, depth - 1,
                          scale_depth + 1, gr, op); 
     }
-  else return TRUE;
 
   return TRUE;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]