Pārlūkot izejas kodu

meta: drop unused function

skypjack 2 gadi atpakaļ
vecāks
revīzija
d67f25c23a
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0 4
      src/entt/meta/factory.hpp

+ 0 - 4
src/entt/meta/factory.hpp

@@ -35,10 +35,6 @@ protected:
         return context.value[info->hash()];
         return context.value[info->hash()];
     }
     }
 
 
-    void bucket(bucket_type *curr) {
-        properties = curr;
-    }
-
     void track(const id_type id) noexcept {
     void track(const id_type id) noexcept {
         auto &&elem = this->owner();
         auto &&elem = this->owner();
         ENTT_ASSERT(elem.id == id || !resolve(*ctx, id), "Duplicate identifier");
         ENTT_ASSERT(elem.id == id || !resolve(*ctx, id), "Duplicate identifier");