Skip to content

Commit

Permalink
screen_savers/Nebula: Get rid of the version string.
Browse files Browse the repository at this point in the history
This isn't needed anymore, now that Nebula is part of Haiku.
  • Loading branch information
waddlesplash committed Jul 8, 2015
1 parent 91490e6 commit dc9d1c8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/add-ons/screen_savers/nebula/Nebula.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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.");
Expand Down

0 comments on commit dc9d1c8

Please sign in to comment.