# HG changeset patch # User Pantxo Diribarne # Date 1429893816 -7200 # Node ID 1784bf79ed432bfd114fe9b2fe9b34605ccfc906 # Parent e05fe4260252fa9b3cb71cb975559771a41d2b90 Backout part of cset 438485f6a479 (bugs #44765, #44806) * gl2ps-renderer.h: remove overloaded method "draw_axes" that fails on win7. diff -r e05fe4260252 -r 1784bf79ed43 libinterp/corefcn/gl2ps-renderer.h --- a/libinterp/corefcn/gl2ps-renderer.h Thu Apr 16 22:52:09 2015 +0200 +++ b/libinterp/corefcn/gl2ps-renderer.h Fri Apr 24 18:43:36 2015 +0200 @@ -54,19 +54,6 @@ void draw_pixels (GLsizei w, GLsizei h, GLenum format, GLenum type, const GLvoid *data); - void draw_axes (const axes::properties& props) - { - // Initialize a new sorting tree in gl2ps, this will make subsequent - // objects be drawn over previous ones - GLint vp[4]; - gl2psEndViewport (); - glGetIntegerv(GL_VIEWPORT, vp); - gl2psBeginViewport (vp); - - opengl_renderer::draw_axes (props); - } - - void set_linestyle (const std::string& s, bool use_stipple = false) { opengl_renderer::set_linestyle (s, use_stipple);