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:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user