mirror of https://github.com/KLayout/klayout.git
WIP: removed some nonsense
This commit is contained in:
parent
2b07510f56
commit
32624b1692
|
|
@ -57,7 +57,6 @@ struct gl_type2enum<float>
|
||||||
*/
|
*/
|
||||||
template <class Obj, size_t ChunkLen = 1024>
|
template <class Obj, size_t ChunkLen = 1024>
|
||||||
class mem_chunks
|
class mem_chunks
|
||||||
: public QDialog
|
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -154,11 +154,9 @@ private:
|
||||||
double m_zmin, m_zmax;
|
double m_zmin, m_zmax;
|
||||||
|
|
||||||
std::list<chunks_type> m_vertex_chunks;
|
std::list<chunks_type> m_vertex_chunks;
|
||||||
std::list<chunks_type> m_normals_chunks;
|
|
||||||
|
|
||||||
struct LayerInfo {
|
struct LayerInfo {
|
||||||
const chunks_type *vertex_chunk;
|
const chunks_type *vertex_chunk;
|
||||||
const chunks_type *normals_chunk;
|
|
||||||
GLfloat color [4];
|
GLfloat color [4];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue