summaryrefslogtreecommitdiffstats
path: root/sigencore/Arena.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-17 22:13:54 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-17 22:13:54 -0400
commitdc80e7996e84df0f72dd0fe50be3b9147bf25f7a (patch)
treec948c647821a26f17abd4087200946d93792eefc /sigencore/Arena.h
parent3f3822a2627f84ac77c1cbad02f2e13252e66cf9 (diff)
downloadsigen-dc80e7996e84df0f72dd0fe50be3b9147bf25f7a.tar.gz
sigen-dc80e7996e84df0f72dd0fe50be3b9147bf25f7a.tar.xz
sigen-dc80e7996e84df0f72dd0fe50be3b9147bf25f7a.zip
Remove the scene member from Arena
Diffstat (limited to 'sigencore/Arena.h')
-rw-r--r--sigencore/Arena.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sigencore/Arena.h b/sigencore/Arena.h
index 104f8af3..61ac5fa2 100644
--- a/sigencore/Arena.h
+++ b/sigencore/Arena.h
@@ -75,7 +75,6 @@ class SIGENCORE_EXPORT Arena : public Sigscript::Config
static const int NoTeam;
Q_SCRIPTABLE Sigscript::GameWrapper* game() const;
- Q_SCRIPTABLE QGraphicsScene* scene() const;
Q_SCRIPTABLE QList<TeamMember*> active(const int team) const;
Q_SCRIPTABLE QList<TeamMember*> active(Client* client) const;
@@ -127,7 +126,6 @@ class SIGENCORE_EXPORT Arena : public Sigscript::Config
TeamMember* findMember(const QUuid& id);
Sigscript::GameWrapper* m_game;
- QGraphicsScene* m_scene;
QMap<Client*, int> m_teams;
Kross::ActionCollection* m_actions;
QMap<Sigscript::WeatherWrapper*, Kross::Action*> m_weathers;