remove some disabled nonfunctional code with german comments.

This commit is contained in:
Simon Budig 2013-06-15 22:16:03 +02:00
parent 5b999990cb
commit 4852e59ec1
1 changed files with 0 additions and 7 deletions

View File

@ -936,13 +936,6 @@ gimp_bezier_stroke_segment_nearest_tangent_get (const GimpCoords *beziercoords,
if (ori * ori2 <= 0)
{
#if 0
if (ori2 == 0)
/* Kandidat finden */;
else
/* ret_coords[i] ist der Kandidat */;
#endif
gimp_coords_difference (&g_array_index (ret_coords, GimpCoords, i),
coord1,
&dcoord);