mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r23349) -Fix (r23210): one remaining unneeded GetClassName
This commit is contained in:
parent
48f7492434
commit
32c53a6812
@ -64,12 +64,6 @@ protected:
|
||||
/** All static information from an AI like name, version, etc. */
|
||||
class AIInfo : public AIFileInfo {
|
||||
public:
|
||||
/**
|
||||
* Get the class name, so the script code can create the right code.
|
||||
* @return The class name.
|
||||
*/
|
||||
static const char *GetClassName() { return "AIInfo"; }
|
||||
|
||||
AIInfo();
|
||||
~AIInfo();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user