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:
parent
03d6ac4de3
commit
ee9f5f71c1
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue