diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/Player.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/Player.h b/source/Player.h index 1bc166652..66c1d1820 100644 --- a/source/Player.h +++ b/source/Player.h @@ -30,8 +30,6 @@ public: } ; // tolua_end - typedef cPawn super; - CLASS_PROTODEF(cPlayer) cPlayer(cClientHandle * a_Client, const AString & a_PlayerName); |