From 527113321ff103835b89543c5d6f670f55b5b0d5 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Thu, 28 Nov 2013 08:19:37 +0200 Subject: Move series specific visual elements to series, part 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Meshes moved to series. Task-number: QTRD-2557 Change-Id: I80050e413faf3bc942eb5a5627a66747de5805d8 Reviewed-by: Tomi Korpipää --- src/datavisualization/utils/objecthelper.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/datavisualization/utils/objecthelper.cpp') diff --git a/src/datavisualization/utils/objecthelper.cpp b/src/datavisualization/utils/objecthelper.cpp index 9660c215..180ce009 100644 --- a/src/datavisualization/utils/objecthelper.cpp +++ b/src/datavisualization/utils/objecthelper.cpp @@ -57,8 +57,6 @@ void ObjectHelper::load() if (!loadOk) qFatal("loading failed"); - //qDebug() << "vertex count" << vertices.size();; - // Index vertices QVector indices; QVector indexed_vertices; @@ -68,7 +66,6 @@ void ObjectHelper::load() indexed_normals); m_indexCount = indices.size(); - //qDebug() << "index count" << m_indexCount; glGenBuffers(1, &m_vertexbuffer); glBindBuffer(GL_ARRAY_BUFFER, m_vertexbuffer); -- cgit v1.2.3