From e51841cbca2ab4be47fc5dcfa36857505bb114da Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 7 Apr 2014 15:21:01 +1000 Subject: Code cleanup: project gpencil in float coords & delete outdated comments --- source/blender/editors/armature/editarmature_sketch.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/armature/editarmature_sketch.c') diff --git a/source/blender/editors/armature/editarmature_sketch.c b/source/blender/editors/armature/editarmature_sketch.c index a1ba76c3c08..475ffd23617 100644 --- a/source/blender/editors/armature/editarmature_sketch.c +++ b/source/blender/editors/armature/editarmature_sketch.c @@ -932,7 +932,6 @@ static void sk_projectDrawPoint(bContext *C, float vec[3], SK_Stroke *stk, SK_Dr zfac = ED_view3d_calc_zfac(ar->regiondata, fp, NULL); - /* method taken from editview.c - mouse_cursor() */ if (ED_view3d_project_short_global(ar, fp, cval, V3D_PROJ_TEST_NOP) == V3D_PROJ_RET_OK) { VECSUB2D(mval_f, cval, dd->mval); ED_view3d_win_to_delta(ar, mval_f, dvec, zfac); -- cgit v1.2.3