From dc80e7996e84df0f72dd0fe50be3b9147bf25f7a Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 17 Mar 2009 22:13:54 -0400 Subject: Remove the scene member from Arena --- sigencore/Arena.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sigencore/Arena.cpp') diff --git a/sigencore/Arena.cpp b/sigencore/Arena.cpp index 5c3f7102..e092660d 100644 --- a/sigencore/Arena.cpp +++ b/sigencore/Arena.cpp @@ -83,11 +83,6 @@ GameWrapper* Arena::game() const return m_game; } -QGraphicsScene* Arena::scene() const -{ - return m_scene; -} - QList Arena::active(const int team) const { QList active; -- cgit