diff options
Diffstat (limited to 'src/polyset.h')
-rw-r--r-- | src/polyset.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/polyset.h b/src/polyset.h index e80d182..c59d86a 100644 --- a/src/polyset.h +++ b/src/polyset.h @@ -51,10 +51,6 @@ public: void render_surface(colormode_e colormode, csgmode_e csgmode, double *m, GLint *shaderinfo = NULL) const; void render_edges(colormode_e colormode, csgmode_e csgmode) const; - - int refcount; - PolySet *link(); - void unlink(); }; #endif |