X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fgraph3dview.h;fp=src%2Fgraph3dview.h;h=6ae6e78783ddde408632715a4ef6966aa85d3e4b;hp=2d2bc792159fbc1ba4cc825733fe16b3b6e50701;hb=31a835d9aebd8acb367a033cc92efb4c944a7b4d;hpb=ba8635d790ee847d9746c6da24b60bd4cb6d9116 diff --git a/src/graph3dview.h b/src/graph3dview.h index 2d2bc79..6ae6e78 100644 --- a/src/graph3dview.h +++ b/src/graph3dview.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: graph3dview.h,v 1.1 2001/01/30 07:32:13 kevin Exp $ +** $Id: graph3dview.h,v 1.2 2001/01/30 10:58:13 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -36,8 +36,6 @@ #include -typedef GLfloat glTripleFloat[3]; - class Graph3dFileCanvas; class Graph3dFileView : public wxView { @@ -50,9 +48,6 @@ private: wxMenu* m_pFileMenu; GLfloat m_dXRotate; GLfloat m_dYRotate; - std::vector m_vecVerts; - std::vector m_vecNorms; - GLint m_nVerts; GLboolean m_bUseVertexArrays; GLboolean m_bDoubleBuffer; GLboolean m_bSmooth;