Remove unused Effects.h/.cpp and class Effect

There was an empty vector of effect* in PlayGuiObject.
This commit is contained in:
Tobias Loose
2014-02-03 13:52:40 +01:00
parent 30d92eb68c
commit 197540763e
8 changed files with 2 additions and 38 deletions

View File

@@ -12,7 +12,6 @@
#define GUI_OPPONENTHAND 5
#include <JGui.h>
#include "Effects.h"
#include "WEvent.h"
#include "Pos.h"
@@ -65,7 +64,6 @@ public:
}
;
virtual ~PlayGuiObject() {};
vector<Effect*> effects;
};
#endif