summaryrefslogtreecommitdiff
path: root/beos/about.cpp
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2013-02-18 14:47:21 +0000
committerVincent Sanders <vince@netsurf-browser.org>2013-02-18 14:47:21 +0000
commit869c7245f5a5afe4c35fd06ad8076652627d43a2 (patch)
tree3d9005182b27b41e63262e75dbdea01d2aa85eaf /beos/about.cpp
parent15d39c6ebf2180e422f8bd381333043903cfd45b (diff)
downloadnetsurf-869c7245f5a5afe4c35fd06ad8076652627d43a2.tar.gz
netsurf-869c7245f5a5afe4c35fd06ad8076652627d43a2.tar.bz2
clean out useless outdated #if 0 blocks they serve no purpose and keep causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary
Diffstat (limited to 'beos/about.cpp')
-rw-r--r--beos/about.cpp15
1 files changed, 1 insertions, 14 deletions
diff --git a/beos/about.cpp b/beos/about.cpp
index e5d79df4d..bfe836e62 100644
--- a/beos/about.cpp
+++ b/beos/about.cpp
@@ -122,20 +122,7 @@ void nsbeos_about(struct gui_window *gui)
add_section(tv, "artists", artists);
add_section(tv, "documenters", documenters);
add_section(tv, url_label, url);
-#if 0
- BView *p = tv->Parent();
- //tv->MakeSelectable(true);
-
- //tv->ResizeBy(-B_V_SCROLL_BAR_WIDTH, 0);
- //tv->ResizeBy(-B_V_SCROLL_BAR_WIDTH, 0);
- if (p && p->RemoveChild(tv)) {
- BScrollView *sv = new BScrollView("sv", tv, B_FOLLOW_ALL, 0,
- false, true, B_NO_BORDER);
- p->AddChild(sv);
- }
-
- //tv->ResizeToPreferred();
-#endif
+
// make space for controls
alert->ResizeBy(200, 500);
alert->MoveTo(alert->AlertPosition(alert->Frame().Width() + 1,