Skip to content

Commit

Permalink
Removed useless reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
damiencarol committed Jun 25, 2010
1 parent 9a905d7 commit 01cc8a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/game/ActionEvent.h
Expand Up @@ -20,8 +20,6 @@

#include "SDL/SDL_types.h"

class Comp;

/**
* An abstract class which all actionevents must extend.
*
Expand All @@ -30,7 +28,6 @@ class Comp;
class ActionEvent
{
public:
friend class Comp;
ActionEvent(Uint32 p);

void addCurtick(Uint32 curtick);
Expand Down

0 comments on commit 01cc8a8

Please sign in to comment.