1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Remove declarations of unimplemented functions (#7615)

This commit is contained in:
Michał Janiszewski
2018-06-02 13:51:23 +02:00
committed by Hielke Morsink
parent 9ee1a1f4df
commit debb6cd46c
6 changed files with 0 additions and 11 deletions

View File

@@ -75,8 +75,6 @@ struct ObjectEntryEqual
using ObjectEntryMap = std::unordered_map<rct_object_entry, size_t, ObjectEntryHash, ObjectEntryEqual>;
static void ReportMissingObject(const rct_object_entry * entry);
class ObjectFileIndex final : public FileIndex<ObjectRepositoryItem>
{
private: