From 55c3448f18d7e93608de4409383f50518b79f8f8 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Tue, 20 Jan 2009 13:40:25 -0700 Subject: Removed the now uneeded add calls, which I accidently left in two commits ago. Signed-off-by: Ira Rice --- src/gui/npc_text.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gui') diff --git a/src/gui/npc_text.cpp b/src/gui/npc_text.cpp index 2d57f460..2ba95796 100644 --- a/src/gui/npc_text.cpp +++ b/src/gui/npc_text.cpp @@ -51,9 +51,6 @@ NpcTextDialog::NpcTextDialog(): scrollArea->setHorizontalScrollPolicy(gcn::ScrollArea::SHOW_NEVER); scrollArea->setVerticalScrollPolicy(gcn::ScrollArea::SHOW_ALWAYS); - add(scrollArea); - add(okButton); - place(0, 0, scrollArea, 5).setPadding(3); place(4, 1, okButton); -- cgit v1.2.3-70-g09d2