X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdocs.cpp;h=80b0d75ae827b17a044e022f2842a85ad8113c97;hb=3ea498d51ce4597e9649cd21f155b51175ea0bea;hp=fa46a9101415b1d5298727f6d27aa2ba3ae4f5a8;hpb=79ef6dfda2cb12c01dbc60f2ccdcef3f72a911c4;p=ctsim.git diff --git a/src/docs.cpp b/src/docs.cpp index fa46a91..80b0d75 100644 --- a/src/docs.cpp +++ b/src/docs.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: docs.cpp,v 1.35 2001/03/11 18:52:03 kevin Exp $ +** $Id: docs.cpp,v 1.36 2001/03/13 04:44:25 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 @@ -485,8 +485,6 @@ Graph3dFileDocument::Graph3dFileDocument(void) Graph3dFileDocument::~Graph3dFileDocument() { -// delete [] m_pVertices; -// delete [] m_pNormals; } bool @@ -522,10 +520,6 @@ Graph3dFileDocument::getView() const bool Graph3dFileDocument::createFromImageFile (const ImageFile& rImageFile) { -// delete [] m_pVertices; -// delete [] m_pNormals; - - m_nx = rImageFile.nx(); m_ny = rImageFile.ny(); m_array = rImageFile.getArray();