diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-03-04 01:47:07 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-03-04 01:47:07 (GMT) |
commit | 42ca2151b1f671169ac51bac77ee45c676c1b967 (patch) | |
tree | 535d151c9928e6ac515ddedff733d334aaad5686 /src/OGL_helper.h | |
parent | daf695b089be237fea1028621554b714ffe1872a (diff) |
cleanups
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; |