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.");