CVSROOT: /sources/gnash Module name: gnash Changes by: Bastiaan Jacques <bjacques> 07/12/10 00:07:23
Modified files: backend : render_handler_ogl.cpp Log message: Remove methods I missed in an earlier sweep. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler_ogl.cpp?cvsroot=gnash&r1=1.101&r2=1.102 Patches: Index: render_handler_ogl.cpp =================================================================== RCS file: /sources/gnash/gnash/backend/render_handler_ogl.cpp,v retrieving revision 1.101 retrieving revision 1.102 diff -u -b -r1.101 -r1.102 --- render_handler_ogl.cpp 4 Dec 2007 11:45:22 -0000 1.101 +++ render_handler_ogl.cpp 10 Dec 2007 00:07:23 -0000 1.102 @@ -851,20 +851,6 @@ glFlush(); // Make OpenGL execute all commands in the buffer. } - /// Geometric transforms for mesh and line_strip rendering. - virtual void - set_matrix(const matrix& m) - { - log_unimpl("set_matrix"); - } - - /// Color transforms for mesh and line_strip rendering. - virtual void - set_cxform(const cxform& cx) - { - log_unimpl("set_cxform"); - } - /// Draw a line-strip directly, using a thin, solid line. // /// Can be used to draw empty boxes and cursors. _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit