소스 검색

doc: cleanup

Michele Caini 1 년 전
부모
커밋
fb6403f801
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 10
      docs/md/entity.md

+ 0 - 10
docs/md/entity.md

@@ -1320,16 +1320,6 @@ fact, entities are subject to different rules with respect to components
   marked as _ready for reuse_. To iterate all the entities it's necessary to
   marked as _ready for reuse_. To iterate all the entities it's necessary to
   iterate the underlying sparse set instead.
   iterate the underlying sparse set instead.
 
 
-Moreover, the entity storage offers a couple of additional utilities such as:
-
-* The `in_use` function which is used to know how many entities are still
-  _in use_. When combined with `size`, it also makes it possible to know how
-  many entities are available for recycling.
-
-* The `pack` function which is used to make a given set of entities contiguous.
-  This is particularly useful to pass valid lists of entities via iterators
-  (with access usually optimized within the library).
-
 This kind of storage is designed to be used where any other storage is fine and
 This kind of storage is designed to be used where any other storage is fine and
 can therefore be combined with views, groups and so on.
 can therefore be combined with views, groups and so on.