[gimp] app (vectors): Delete dead assignments
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app (vectors): Delete dead assignments
- Date: Sat, 8 Oct 2011 13:33:35 +0000 (UTC)
commit e05af3cafb2fd606a1093855d0b2553e1cea4a6e
Author: Mukund Sivaraman <muks banu com>
Date: Sat Oct 8 18:22:06 2011 +0530
app (vectors): Delete dead assignments
app/vectors/gimpbezierstroke.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/app/vectors/gimpbezierstroke.c b/app/vectors/gimpbezierstroke.c
index b7699de..7d2a9b9 100644
--- a/app/vectors/gimpbezierstroke.c
+++ b/app/vectors/gimpbezierstroke.c
@@ -1052,13 +1052,11 @@ gimp_bezier_stroke_is_extendable (GimpStroke *stroke,
listneighbor->prev->prev == NULL)
{
loose_end = -1;
- listneighbor = listneighbor->prev;
}
else if (listneighbor->next &&
listneighbor->next->next == NULL)
{
loose_end = 1;
- listneighbor = listneighbor->next;
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]