From 2f149cb58ed63001cf481a283c82dffeab5703fa Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 25 Dec 2012 10:51:13 -0500 Subject: [PATCH] cleanup --- docs/docs/linear_algebra.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/docs/linear_algebra.xml b/docs/docs/linear_algebra.xml index 07a52fe5f..f0c7c5241 100644 --- a/docs/docs/linear_algebra.xml +++ b/docs/docs/linear_algebra.xml @@ -726,10 +726,6 @@ statements and thus can be enabled by #defining ENABLE_ASSERTS or DEBUG. Doing this will cause your program to run slower but should catch any usage errors.

-

- Finally, you don't need to #include anything to get the matrix extensions listed below. - They are included by the dlib/matrix.h file for you. -