diff options
Diffstat (limited to 'src/OGL_helper.h')
-rw-r--r-- | src/OGL_helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/OGL_helper.h b/src/OGL_helper.h index 24611e7..74f92bf 100644 --- a/src/OGL_helper.h +++ b/src/OGL_helper.h @@ -544,7 +544,6 @@ namespace OGL { if (switches[SNC_AXES]) glCallList(object_list_+3); // axis } - void debug(std::ostream& os = std::cerr) const { os << "OGL::Polyhedron" << std::endl; |