SVN commit 484480 by aumuell: SVN_SILENT: don't declare undefined methods M +0 -2 playlistbrowseritem.h --- trunk/extragear/multimedia/amarok/src/playlistbrowseritem.h #484479:484480 @@ -230,7 +230,6 @@ void downloadMedia(); const bool hasDownloaded(); const bool hasXml( const QDomNode &xml, const int feedType ); - void showAbout(); QListViewItem *itemChannel() { return m_parent; } void setNew( bool n = true ); @@ -314,7 +313,6 @@ void rescan(); void setSettings( const QString &save, const bool autoFetch, const int fetchType, bool addToMediaDevice, const bool purgeItems, const int purgeCount ); - void showAbout(); const KURL &url() { return m_url; } const KURL xmlUrl();