[TextBox] Remove dead (commented code)

This commit is contained in:
Dave Davenport 2017-06-26 20:14:31 +02:00
parent 03d6ac4de3
commit ee9f5f71c1
1 changed files with 0 additions and 1 deletions

View File

@ -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;