[gimp/metadata-browser] app (vectors): Remove redundant assignment
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] app (vectors): Remove redundant assignment
- Date: Fri, 2 Dec 2011 02:14:18 +0000 (UTC)
commit 898fc4caa978951234c97fc48240206bb4118989
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]