1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-21 11:22:45 +01:00

Cleanup: [Script] Remove some dead code (#13660)

This commit is contained in:
Loïc Guilloux
2025-02-26 21:37:07 +01:00
committed by GitHub
parent f10ece41f8
commit e769c0392e
2 changed files with 1 additions and 6 deletions

View File

@@ -209,11 +209,6 @@ private:
uint ticks; ///< The amount of ticks we're sleeping.
LoadedLibraryList loaded_library; ///< The libraries we loaded.
int loaded_library_count; ///< The amount of libraries.
/**
* Register all classes that are known inside the script API.
*/
void RegisterClasses();
};
#endif /* SCRIPT_CONTROLLER_HPP */