summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-06-26 20:14:31 +0200
committerDave Davenport <qball@gmpclient.org>2017-06-26 20:14:31 +0200
commitee9f5f71c13bc8fc134bbc70052c4f8537e54a87 (patch)
tree2145cbb04304065140e2488c96932e275dc7326b
parent03d6ac4de3da765ba1c628ab6e050eb4d589598d (diff)
[TextBox] Remove dead (commented code)
-rw-r--r--source/widgets/textbox.c1
1 files changed, 0 insertions, 1 deletions
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;