Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-04-14 20:18:35 +0000
committerStijn Buys <ingar@osirion.org>2009-04-14 20:18:35 +0000
commitd5a51db605102e9572d375e720dd016f3b7ff585 (patch)
tree2427b8a2f99660e6792e7b4933e8fb047a2d7bc4 /src/ui
parent3c28f22ae9aabf72a0776daada4fa64ec74104dc (diff)
removed unnecessary set_border() in ui::Container
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/container.cc2
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);
}