removed cruft

This commit is contained in:
Davis King 2012-05-02 22:55:20 -04:00
parent 7a1e67e60f
commit 05cdc0ed24

View File

@ -21,12 +21,7 @@ namespace dlib
>
class graph_labeler
{
/*!
REQUIREMENTS ON vector_type
- vector_type is a dlib::matrix or sparse vector. It can be either
so long as it is capable of representing both edge and node weight
vectors.
!*/
public:
typedef std::vector<node_label> label_type;