r473: no message
[ctsim.git] / src / graph3dview.h
index 2d2bc792159fbc1ba4cc825733fe16b3b6e50701..6ae6e78783ddde408632715a4ef6966aa85d3e4b 100644 (file)
@@ -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 <GL/glu.h>
 
 
-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<glTripleFloat> m_vecVerts;
-  std::vector<glTripleFloat> m_vecNorms;
-  GLint m_nVerts;
   GLboolean m_bUseVertexArrays;
   GLboolean m_bDoubleBuffer;
   GLboolean m_bSmooth;