From: Jean-Baptiste Kempf Date: Fri, 13 Feb 2009 22:12:14 +0000 (+0100) Subject: Qt: remove reference to a dead class. X-Git-Tag: 1.0.0-pre1~677 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a385764d4b109b24423a417a5382f8ee88d8975c;p=vlc Qt: remove reference to a dead class. --- diff --git a/modules/gui/qt4/components/controller_widget.hpp b/modules/gui/qt4/components/controller_widget.hpp index 9beac6f8e0..22a3b43826 100644 --- a/modules/gui/qt4/components/controller_widget.hpp +++ b/modules/gui/qt4/components/controller_widget.hpp @@ -63,8 +63,6 @@ private slots: }; #define VOLUME_MAX 200 -class VolumeClickHandler; - class SoundWidget : public QWidget { Q_OBJECT