diff --git a/source/widgets/textbox.c b/source/widgets/textbox.c index 6b83c57d..64d4fa5a 100644 --- a/source/widgets/textbox.c +++ b/source/widgets/textbox.c @@ -431,7 +431,6 @@ static void textbox_draw ( widget *wid, cairo_t *draw ) int iconheight = tb->left_offset; cairo_save ( draw ); - /*int iconw = cairo_image_surface_get_width (tb->icon);*/ int iconh = cairo_image_surface_get_height ( tb->icon ); double scale = (double) iconheight / iconh;