WIP: removed some nonsense

This commit is contained in:
Matthias Koefferlein 2021-08-31 18:47:10 +02:00
parent 2b07510f56
commit 32624b1692
2 changed files with 0 additions and 3 deletions

View File

@ -57,7 +57,6 @@ struct gl_type2enum<float>
*/
template <class Obj, size_t ChunkLen = 1024>
class mem_chunks
: public QDialog
{
public:

View File

@ -154,11 +154,9 @@ private:
double m_zmin, m_zmax;
std::list<chunks_type> m_vertex_chunks;
std::list<chunks_type> m_normals_chunks;
struct LayerInfo {
const chunks_type *vertex_chunk;
const chunks_type *normals_chunk;
GLfloat color [4];
};