diff options
Diffstat (limited to 'pacman-c++/block.h')
| -rw-r--r-- | pacman-c++/block.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pacman-c++/block.h b/pacman-c++/block.h index 851f45c..2354bc2 100644 --- a/pacman-c++/block.h +++ b/pacman-c++/block.h | |||
| @@ -21,7 +21,6 @@ public: | |||
| 21 | Block(Color::Color color, unsigned int neighbours = None, QGraphicsItem *parent = 0); | 21 | Block(Color::Color color, unsigned int neighbours = None, QGraphicsItem *parent = 0); |
| 22 | virtual ~Block() {}; | 22 | virtual ~Block() {}; |
| 23 | 23 | ||
| 24 | |||
| 25 | void setNeighbours(unsigned int neighbours); | 24 | void setNeighbours(unsigned int neighbours); |
| 26 | 25 | ||
| 27 | private: | 26 | private: |
