Просмотр исходного кода

no more references to the prototype class (close #307)

Michele Caini 6 лет назад
Родитель
Сommit
cc3d0d8211
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      src/entt/entity/fwd.hpp

+ 0 - 7
src/entt/entity/fwd.hpp

@@ -33,10 +33,6 @@ class basic_observer;
 template <typename>
 struct basic_actor;
 
-/*! @class basic_prototype */
-template<typename>
-class basic_prototype;
-
 /*! @class basic_snapshot */
 template<typename>
 class basic_snapshot;
@@ -64,9 +60,6 @@ using observer = basic_observer<entity>;
 /*! @brief Alias declaration for the most common use case. */
 using actor = basic_actor<entity>;
 
-/*! @brief Alias declaration for the most common use case. */
-using prototype = basic_prototype<entity>;
-
 /*! @brief Alias declaration for the most common use case. */
 using snapshot = basic_snapshot<entity>;