Remove useless using std

This commit is contained in:
Jonas Kvinge
2020-04-20 17:49:06 +02:00
parent 1cfe61dc72
commit c69fff52cc
25 changed files with 13 additions and 66 deletions

View File

@@ -57,8 +57,6 @@
#include "settings/settingsdialog.h"
#include "settings/subsonicsettingspage.h"
using std::shared_ptr;
const Song::Source SubsonicService::kSource = Song::Source_Subsonic;
const char *SubsonicService::kClientName = "Strawberry";
const char *SubsonicService::kApiVersion = "1.11.0";

View File

@@ -48,8 +48,6 @@ class SubsonicRequest;
class CollectionBackend;
class CollectionModel;
using std::shared_ptr;
class SubsonicService : public InternetService {
Q_OBJECT