diff options
Diffstat (limited to 'src/polyset.h')
-rw-r--r-- | src/polyset.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/polyset.h b/src/polyset.h index 3f0e725..0183fd8 100644 --- a/src/polyset.h +++ b/src/polyset.h @@ -62,15 +62,6 @@ public: CSGMODE_HIGHLIGHT_DIFFERENCE = 22 }; - struct ps_cache_entry { - PolySet *ps; - QString msg; - ps_cache_entry(PolySet *ps); - ~ps_cache_entry(); - }; - - static QCache<QString,ps_cache_entry> ps_cache; - 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; |