summaryrefslogtreecommitdiffstats
path: root/sigencore/Arena.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigencore/Arena.cpp')
-rw-r--r--sigencore/Arena.cpp5
1 files changed, 0 insertions, 5 deletions
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<TeamMember*> Arena::active(const int team) const
{
QList<TeamMember*> active;