@@ -66,62 +66,4 @@ namespace geode
6666 using ModelCopyMapping = ModelMapping< BijectiveMapping< geode::uuid > >;
6767
6868 using ModelGenericMapping = ModelMapping< GenericMapping< geode::uuid > >;
69-
70- // class ModelCopyMapping
71- // {
72- // public:
73- // using Mapping = BijectiveMapping< uuid >;
74-
75- // Mapping& at( const ComponentType& type )
76- // {
77- // return mappings.at( type );
78- // }
79-
80- // const Mapping& at( const ComponentType& type ) const
81- // {
82- // return mappings.at( type );
83- // }
84-
85- // bool has_mapping_type( const ComponentType& type ) const
86- // {
87- // return mappings.contains( type );
88- // }
89-
90- // void emplace( const ComponentType& type, Mapping mapping )
91- // {
92- // mappings.emplace( type, std::move( mapping ) );
93- // }
94-
95- // private:
96- // absl::flat_hash_map< ComponentType, Mapping > mappings;
97- // };
98-
99- // class ModelGenericMapping
100- // {
101- // public:
102- // using Mapping = GenericMapping< uuid >;
103-
104- // Mapping& at( const ComponentType& type )
105- // {
106- // return mappings.at( type );
107- // }
108-
109- // const Mapping& at( const ComponentType& type ) const
110- // {
111- // return mappings.at( type );
112- // }
113-
114- // bool has_mapping_type( const ComponentType& type ) const
115- // {
116- // return mappings.contains( type );
117- // }
118-
119- // void emplace( const ComponentType& type, Mapping mapping )
120- // {
121- // mappings.emplace( type, std::move( mapping ) );
122- // }
123-
124- // private:
125- // absl::flat_hash_map< ComponentType, Mapping > mappings;
126- // };
12769} // namespace geode
0 commit comments