[gimp] app (vectors): Remove redundant assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app (vectors): Remove redundant assignment
- Date: Sat, 8 Oct 2011 13:33:50 +0000 (UTC)
commit 58252b23d3dadfe19866ea9bfc86db706c21c2ca
Author: Mukund Sivaraman <muks banu com>
Date: Sat Oct 8 18:28:00 2011 +0530
app (vectors): Remove redundant assignment
app/vectors/gimpstroke.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/app/vectors/gimpstroke.c b/app/vectors/gimpstroke.c
index ccc3caf..801e361 100644
--- a/app/vectors/gimpstroke.c
+++ b/app/vectors/gimpstroke.c
@@ -1319,8 +1319,6 @@ gimp_stroke_real_control_points_get (const GimpStroke *stroke,
GList *list;
num_anchors = g_list_length (stroke->anchors);
- list = g_list_first (stroke->anchors);
-
ret_array = g_array_sized_new (FALSE, FALSE,
sizeof (GimpAnchor), num_anchors);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]