summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/zbounce/game.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/games/zbounce/game.h b/noncore/games/zbounce/game.h
index ae0d4fa..656fba3 100644
--- a/noncore/games/zbounce/game.h
+++ b/noncore/games/zbounce/game.h
@@ -20,9 +20,8 @@
#define GAME_H_INCLUDED
#include <qwidget.h>
#include <qcanvas.h>
-#include <qmemarray.h>
class QTimer;
class JezzField;
@@ -102,9 +101,8 @@ signals:
private:
friend class Ball;
QPixmap m_tiles;
- QMemArray<QPixmap> m_backTiles;
void setPixmaps( QPixmap tiles );
void emitBallCollisiton( Ball *ball, int x, int y, int tile )
{ emit ballCollision( ball, x, y, tile ); };