From 507f8b6ca5679c4898b721520dd4011f6b9e5824 Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 8 Apr 2011 15:18:38 +0200 Subject: make audioplayer useful --- pacman-c++/actor.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pacman-c++/actor.h') diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h index 36b2a49..77a5b34 100644 --- a/pacman-c++/actor.h +++ b/pacman-c++/actor.h @@ -6,8 +6,6 @@ #include #include #include -#include -#include class Actor : public PixmapItem @@ -48,8 +46,6 @@ private: QList m_images; QList m_eating; QParallelAnimationGroup *m_moving; - Phonon::MediaObject *m_player; - QList m_sounds; }; #endif // ACTOR_H -- cgit v1.2.3