screen_savers/Nebula: Get rid of the version string.

This isn't needed anymore, now that Nebula is part of Haiku.
This commit is contained in:
Augustin Cavalier
2015-07-07 20:05:25 -04:00
parent 91490e67b8
commit dc9d1c8290
@@ -16,8 +16,6 @@
#include <stdlib.h>
#include <string.h>
#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.");