diff --git a/src/viewpages/whatsnew_0_8/WhatsNewWidget_0_8.ui b/src/viewpages/whatsnew_0_8/WhatsNewWidget_0_8.ui
index 61f6d402a..78459ba8b 100644
--- a/src/viewpages/whatsnew_0_8/WhatsNewWidget_0_8.ui
+++ b/src/viewpages/whatsnew_0_8/WhatsNewWidget_0_8.ui
@@ -573,72 +573,6 @@ color: grey;
- -
-
-
-
- 64
- 79
-
-
-
- border-width: 2px;
-border-style: solid;
-border-radius: 4px;
-border-color: grey;
-color: grey;
-
-
-
- 8
-
-
- 8
-
-
-
-
-
-
- 75
- true
-
-
-
- border: none;
-
-
- Hatchet
-
-
- Qt::AlignCenter
-
-
-
- -
-
-
-
- 64
- 64
-
-
-
-
- 64
- 64
-
-
-
- border: none;
-
-
-
-
-
-
-
-
-
-
@@ -742,7 +676,7 @@ background-color:#292f34;
- 2
+ 0
@@ -1218,38 +1152,6 @@ border-color: #ccc;
0
-
-
-
-
-
- 0
- 0
-
-
-
- Lots of new views - artist pages, album pages, song pages and more. A new Loved Widget shows what friends have loved tracks throughout the app. Some cleaner fonts, some new colors. Retina display support and more.
-
-
- false
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
- Display an Image here
-
-
-
diff --git a/src/viewpages/whatsnew_0_8/WhatsNew_0_8.cpp b/src/viewpages/whatsnew_0_8/WhatsNew_0_8.cpp
index ccd2e394d..e78ab703c 100644
--- a/src/viewpages/whatsnew_0_8/WhatsNew_0_8.cpp
+++ b/src/viewpages/whatsnew_0_8/WhatsNew_0_8.cpp
@@ -149,15 +149,6 @@ WhatsNewWidget_0_8::WhatsNewWidget_0_8( QWidget* parent )
connect( ui->designBoxImage, SIGNAL( clicked() ), SLOT( designBoxClicked() ) );
}
- {
- // TODO: hatchet icon is not really part of the correct resources yet.
- QPixmap hatchetPixmap = ImageRegistry::instance()->pixmap( RESPATH "images/new-additions.svg", QSize( 64, 64 ) );
- ui->hatchetBoxImage->setPixmap( hatchetPixmap );
-
- connect( ui->hatchetBoxHeader, SIGNAL( clicked() ), SLOT( hatchetBoxClicked() ) );
- connect( ui->hatchetBoxImage, SIGNAL( clicked() ), SLOT( hatchetBoxClicked() ) );
- }
-
{
QPixmap androidPixmap = ImageRegistry::instance()->pixmap( RESPATH "images/new-additions.svg", QSize( 64, 64 ) );
ui->androidBoxImage->setPixmap( androidPixmap );
@@ -277,13 +268,6 @@ WhatsNewWidget_0_8::designBoxClicked()
}
-void
-WhatsNewWidget_0_8::hatchetBoxClicked()
-{
- activateBox( ui->hatchetBox, 7 );
-}
-
-
void
WhatsNewWidget_0_8::androidBoxClicked()
{
@@ -321,7 +305,6 @@ WhatsNewWidget_0_8::deactivateAllBoxes()
deactivateBox( ui->gmusicBox );
deactivateBox( ui->networkingBox );
deactivateBox( ui->designBox );
- deactivateBox( ui->hatchetBox );
deactivateBox( ui->androidBox );
}
diff --git a/src/viewpages/whatsnew_0_8/WhatsNew_0_8.h b/src/viewpages/whatsnew_0_8/WhatsNew_0_8.h
index cbd5b556f..e78a45b4f 100644
--- a/src/viewpages/whatsnew_0_8/WhatsNew_0_8.h
+++ b/src/viewpages/whatsnew_0_8/WhatsNew_0_8.h
@@ -62,7 +62,6 @@ private slots:
void gmusicBoxClicked();
void networkingBoxClicked();
void designBoxClicked();
- void hatchetBoxClicked();
void androidBoxClicked();
private: