From dc9d1c82904dfe685dac7c67801d85717dafa3cb Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 7 Jul 2015 18:57:16 -0400 Subject: [PATCH] screen_savers/Nebula: Get rid of the version string. This isn't needed anymore, now that Nebula is part of Haiku. --- src/add-ons/screen_savers/nebula/Nebula.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/add-ons/screen_savers/nebula/Nebula.cpp b/src/add-ons/screen_savers/nebula/Nebula.cpp index bec40c8fb2..3390433eec 100644 --- a/src/add-ons/screen_savers/nebula/Nebula.cpp +++ b/src/add-ons/screen_savers/nebula/Nebula.cpp @@ -16,8 +16,6 @@ #include #include -#define VERSION_STRING "1.2.0 (August 21st 2004)" - typedef struct { int x,y,z,r; @@ -454,10 +452,6 @@ SettingsView::AttachedToWindow() string->SetFontSize(18.0); AddChild(string); - rect.left += 60; rect.bottom -= 2; - string = new BStringView(rect,B_EMPTY_STRING,VERSION_STRING); - AddChild(string); - // rect.OffsetBy(0,height+5); rect.left = 10; rect.top = 27; rect.bottom = 17+height; string = new BStringView(rect,B_EMPTY_STRING,"© 2001-2004 pinc Software, Axel Dörfler.");