summaryrefslogtreecommitdiff
path: root/src/sdf/ftbsdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdf/ftbsdf.c')
-rw-r--r--src/sdf/ftbsdf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sdf/ftbsdf.c b/src/sdf/ftbsdf.c
index d5ec2b797..805feea3d 100644
--- a/src/sdf/ftbsdf.c
+++ b/src/sdf/ftbsdf.c
@@ -308,7 +308,6 @@
/* approximate direction of the edge, we can */
/* approximate the edge distance much better. */
- /* [TODO]: Add squared distance support. */
if ( g.x == 0 || g.y == 0 )
dist = ONE / 2 - alphas[4];
else
@@ -509,7 +508,6 @@
/* convert the source bitmap to desired bpp. */
switch ( source->pixel_mode ) {
case FT_PIXEL_MODE_MONO:
- /* [TODO] */
{
FT_Int t_width = worker->width;
FT_Int t_rows = worker->rows;