summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (ignore 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
@@ -22,5 +22,4 @@
22#include <qwidget.h> 22#include <qwidget.h>
23#include <qcanvas.h> 23#include <qcanvas.h>
24#include <qmemarray.h>
25 24
26class QTimer; 25class QTimer;
@@ -104,5 +103,4 @@ private:
104 friend class Ball; 103 friend class Ball;
105 QPixmap m_tiles; 104 QPixmap m_tiles;
106 QMemArray<QPixmap> m_backTiles;
107 105
108 void setPixmaps( QPixmap tiles ); 106 void setPixmaps( QPixmap tiles );