summaryrefslogtreecommitdiff
path: root/plugingui/listboxbasic.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-06-07 21:32:41 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2016-06-07 21:32:41 +0200
commit7a5ede33b58b8935ce33c5363f7d500ba8663c63 (patch)
tree21b4de29d0d73307d1b18490999135494b86713d /plugingui/listboxbasic.cc
parentcf7e6c51abf82f2ccc3ed33b8bcc162178e2b5ea (diff)
Update all use of widget_*.png to new TexturedBox.
Diffstat (limited to 'plugingui/listboxbasic.cc')
-rw-r--r--plugingui/listboxbasic.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugingui/listboxbasic.cc b/plugingui/listboxbasic.cc
index 07c6983..d589ebb 100644
--- a/plugingui/listboxbasic.cc
+++ b/plugingui/listboxbasic.cc
@@ -34,7 +34,6 @@ namespace GUI {
ListBoxBasic::ListBoxBasic(Widget *parent)
: Widget(parent)
, scroll(this)
- , bg_img(":widget_c.png")
{
scroll.move(0,0);
scroll.resize(18, 100);