[vlc-devel] commit: Qt: remove reference to a dead class. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Feb 14 17:48:19 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb 13 23:12:14 2009 +0100| [a385764d4b109b24423a417a5382f8ee88d8975c] | committer: Jean-Baptiste Kempf
Qt: remove reference to a dead class.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a385764d4b109b24423a417a5382f8ee88d8975c
---
modules/gui/qt4/components/controller_widget.hpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/components/controller_widget.hpp b/modules/gui/qt4/components/controller_widget.hpp
index 9beac6f..22a3b43 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
More information about the vlc-devel
mailing list