diff --git a/apps/sample/trimesh_ant_qt/glwidget.cpp b/apps/sample/trimesh_ant_qt/glwidget.cpp index 3135a8ba..c06b44a4 100644 --- a/apps/sample/trimesh_ant_qt/glwidget.cpp +++ b/apps/sample/trimesh_ant_qt/glwidget.cpp @@ -43,8 +43,6 @@ #include #include -enum DrawMode{SMOOTH=vcg::GLW::DMSmooth, POINTS=vcg::GLW::DMPoints , WIRE, FLATWIRE,HIDDEN,FLAT}; - TwBar *bar; char * filename;/// filename of the mesh to load CMesh mesh; /// the active mesh instance