remove unused parameter
This commit is contained in:
@@ -42,7 +42,7 @@ class GenreDisplay : public HelpDisplay
|
||||
public:
|
||||
GenreDisplay();
|
||||
~GenreDisplay();
|
||||
void PlayCommand( const RString &sCommandName, Actor* pParent );
|
||||
void PlayCommand( const RString &sCommandName );
|
||||
virtual Actor *Copy() const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user