1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00

[TextBox] Remove dead (commented code)

This commit is contained in:
Dave Davenport 2017-06-26 20:14:31 +02:00
parent 03d6ac4de3
commit ee9f5f71c1

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;