Remove unused variables in InternetCollectionViewContainer

This commit is contained in:
Jonas Kvinge
2021-06-28 00:20:26 +02:00
parent 9327fd3aa1
commit 18dc6f3c88
2 changed files with 1 additions and 7 deletions

View File

@@ -34,9 +34,7 @@ class QPushButton;
class QLabel;
class QProgressBar;
class QContextMenuEvent;
class Application;
class CollectionFilterWidget;
class InternetService;
class InternetCollectionViewContainer : public QWidget {
Q_OBJECT
@@ -63,8 +61,6 @@ class InternetCollectionViewContainer : public QWidget {
private:
Ui_InternetCollectionViewContainer *ui_;
Application *app_;
InternetService *service_;
};