diff --git a/Post/PViewDataList.h b/Post/PViewDataList.h index c00c815e870998f6b5657ca87ef2a83fe4e59bb4..c532a63ff9be33acc2b2a561ada80692cf97e664 100644 --- a/Post/PViewDataList.h +++ b/Post/PViewDataList.h @@ -20,7 +20,6 @@ // // Please report all bugs and problems to <gmsh@geuz.org>. -#include <map> #include <vector> #include <string> #include "PViewData.h" @@ -59,8 +58,6 @@ class PViewDataList : public PViewData { List_T *SY, *VY, *TY, *SY2, *VY2, *TY2; // pyramids int NbT2, NbT3; List_T *T2D, *T2C, *T3D, *T3C; // 2D and 3D text strings - std::map<int, List_T*> *Grains; // For LMGC90, grains shapes - std::map<int, int> *DisplayListsOfGrains; // For LMGC90, grains shapes Adaptive_Post_View *adaptive; private: int _index[24];