From 627c20692eb11eeecb7628c812480fe46db3191d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 27 Jun 2017 15:07:32 +0000 Subject: removed unused code git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7270 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/visual.cpp | 3 --- src/qmmp/visual.h | 6 ------ 2 files changed, 9 deletions(-) (limited to 'src') diff --git a/src/qmmp/visual.cpp b/src/qmmp/visual.cpp index 5a12799c8..ac42d91bd 100644 --- a/src/qmmp/visual.cpp +++ b/src/qmmp/visual.cpp @@ -29,7 +29,6 @@ #include #include "statehandler.h" #include "visualfactory.h" -#include "output.h" #include "visualbuffer_p.h" #include "visual.h" @@ -37,8 +36,6 @@ Visual::Visual(QWidget *parent, Qt::WindowFlags f) : QWidget(parent, f) { setAttribute(Qt::WA_DeleteOnClose, true); setAttribute(Qt::WA_QuitOnClose, false); - m_decoder = 0; - m_output = 0; } Visual::~Visual() diff --git a/src/qmmp/visual.h b/src/qmmp/visual.h index 3295f5f4d..e411ba4fc 100644 --- a/src/qmmp/visual.h +++ b/src/qmmp/visual.h @@ -28,9 +28,6 @@ #define QMMP_VISUAL_NODE_SIZE 512 //samples -class Buffer; -class Decoder; -class Output; class VisualFactory; class VisualBuffer; @@ -125,9 +122,6 @@ protected: bool takeData(float *left, float *right = 0); private: - Decoder *m_decoder; - Output *m_output; - static QList *m_factories; static QHash *m_files; static void checkFactories(); -- cgit v1.2.3-13-gbd6f