summaryrefslogtreecommitdiff
path: root/src/Toplex_map/include/gudhi/Fake_simplex_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Toplex_map/include/gudhi/Fake_simplex_tree.h')
-rw-r--r--src/Toplex_map/include/gudhi/Fake_simplex_tree.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Toplex_map/include/gudhi/Fake_simplex_tree.h b/src/Toplex_map/include/gudhi/Fake_simplex_tree.h
index ea5ac618..abd815f9 100644
--- a/src/Toplex_map/include/gudhi/Fake_simplex_tree.h
+++ b/src/Toplex_map/include/gudhi/Fake_simplex_tree.h
@@ -31,18 +31,6 @@ struct Visitor {
class Fake_simplex_tree : public Filtered_toplex_map {
public:
- /** Vertex is the type of vertices.
- * \ingroup toplex_map */
- typedef Toplex_map::Vertex Vertex;
-
- /** Simplex is the type of simplices.
- * \ingroup toplex_map */
- typedef Toplex_map::Simplex Simplex;
-
- /** The type of the pointers to maximal simplices.
- * \ingroup toplex_map */
- typedef Toplex_map::Simplex_ptr Simplex_ptr;
-
/** The type of the sets of Simplex_ptr.
* \ingroup toplex_map */
typedef Toplex_map::Simplex_ptr_set Simplex_ptr_set;