diff --git a/projects/mtg/include/MTGRules.h b/projects/mtg/include/MTGRules.h index 7b19e16fd..5d1b42eb2 100644 --- a/projects/mtg/include/MTGRules.h +++ b/projects/mtg/include/MTGRules.h @@ -358,8 +358,6 @@ public: MTGAllCards * collection; MTGCardInstance * genEquip(int id); int testDestroy(); - void Update(float dt); - void Render(); MTGStoneHewerRule(int _id, MTGAllCards * _collection); int receiveEvent(WEvent * event); const char * getMenuText()