diff options
author | Stijn Buys <ingar@osirion.org> | 2009-04-14 20:18:35 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-04-14 20:18:35 +0000 |
commit | d5a51db605102e9572d375e720dd016f3b7ff585 (patch) | |
tree | 2427b8a2f99660e6792e7b4933e8fb047a2d7bc4 /src | |
parent | 3c28f22ae9aabf72a0776daada4fa64ec74104dc (diff) |
removed unnecessary set_border() in ui::Container
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/container.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/container.cc b/src/ui/container.cc index 915ec98..6705c62 100644 --- a/src/ui/container.cc +++ b/src/ui/container.cc @@ -16,8 +16,6 @@ namespace ui Container::Container(Widget *parent) : Window(parent) { set_label("container"); - set_border(false); - set_border(true); set_background(true); } |