Explorar el Código

registry: clean up

Michele Caini hace 5 años
padre
commit
6d3857f337
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  1. 0 8
      src/entt/entity/registry.hpp

+ 0 - 8
src/entt/entity/registry.hpp

@@ -146,14 +146,6 @@ class basic_registry {
         available = entity_type{entt};
     }
 
-    void rebind_pools() ENTT_NOEXCEPT {
-        for(auto &&pdata: pools) {
-            if(pdata.pool) {
-                pdata.pool->payload(this);
-            }
-        }
-    }
-
 public:
     /*! @brief Underlying entity identifier. */
     using entity_type = Entity;