diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-06-07 21:32:41 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-06-07 21:32:41 +0200 |
commit | 7a5ede33b58b8935ce33c5363f7d500ba8663c63 (patch) | |
tree | 21b4de29d0d73307d1b18490999135494b86713d /plugingui/scrollbar.cc | |
parent | cf7e6c51abf82f2ccc3ed33b8bcc162178e2b5ea (diff) |
Update all use of widget_*.png to new TexturedBox.
Diffstat (limited to 'plugingui/scrollbar.cc')
-rw-r--r-- | plugingui/scrollbar.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugingui/scrollbar.cc b/plugingui/scrollbar.cc index 654de29..da82105 100644 --- a/plugingui/scrollbar.cc +++ b/plugingui/scrollbar.cc @@ -34,7 +34,6 @@ namespace GUI { ScrollBar::ScrollBar(Widget *parent) : Widget(parent) - , bg_img(":widget_c.png") { } |