diff --git a/lib/atc/MatrixDef.h b/lib/atc/MatrixDef.h index 3d1c3767be..b01b94783f 100644 --- a/lib/atc/MatrixDef.h +++ b/lib/atc/MatrixDef.h @@ -37,7 +37,6 @@ using std::showbase; //* @typedef INDEX //* @brief indexing type (default: unsigned) for matrix classes typedef unsigned INDEX; -typedef vector List; //* @typedef CLONE_TYPE //* @brief dimension of matrix to clone enum CLONE_TYPE { CLONE_ROW=0, CLONE_COL=1, CLONE_DIAG=2 };