From 788778d98519f05abf827362ea58915149732afd Mon Sep 17 00:00:00 2001 From: Antonioya Date: Tue, 26 Feb 2019 20:32:02 +0100 Subject: [PATCH] GP: Cleanup ToDo comment --- source/blender/makesrna/intern/rna_scene.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c index 72b3462bfaf..301f7cfd5ea 100644 --- a/source/blender/makesrna/intern/rna_scene.c +++ b/source/blender/makesrna/intern/rna_scene.c @@ -2413,7 +2413,6 @@ static void rna_def_tool_settings(BlenderRNA *brna) static const EnumPropertyItem gpencil_selectmode_items[] = { {GP_SELECTMODE_POINT, "POINT", ICON_GP_SELECT_POINTS, "Point", "Select only points"}, {GP_SELECTMODE_STROKE, "STROKE", ICON_GP_SELECT_STROKES, "Stroke", "Select all stroke points" }, - /* GPXX need better icon for segment */ {GP_SELECTMODE_SEGMENT, "SEGMENT", ICON_GP_SELECT_BETWEEN_STROKES, "Segment", "Select all stroke points between other strokes" }, {0, NULL, 0, NULL, NULL}, };