diff options
-rw-r--r-- | src/gui/help.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/help.cpp b/src/gui/help.cpp index 2cda898a..cd249943 100644 --- a/src/gui/help.cpp +++ b/src/gui/help.cpp @@ -50,9 +50,6 @@ HelpWindow::HelpWindow(): mBrowserBox->setLinkHandler(this); - add(mScrollArea); - add(okButton); - place(0, 0, mScrollArea, 5, 3).setPadding(3); place(4, 3, okButton); |