CVSROOT: /cvsroot/gnash Module name: gnash Changes by: Udo Giacomozzi <udog> 07/10/15 12:59:00
Modified files: . : ChangeLog backend : render_handler_agg.cpp Log message: backend/render_handler_agg.cpp: Code cleanup CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4612&r2=1.4613 http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler_agg.cpp?cvsroot=gnash&r1=1.110&r2=1.111 Patches: Index: ChangeLog =================================================================== RCS file: /cvsroot/gnash/gnash/ChangeLog,v retrieving revision 1.4612 retrieving revision 1.4613 diff -u -b -r1.4612 -r1.4613 --- ChangeLog 15 Oct 2007 12:31:32 -0000 1.4612 +++ ChangeLog 15 Oct 2007 12:58:59 -0000 1.4613 @@ -6,6 +6,7 @@ choose the rowstride (bytes per line) as this depends on the GUI and use the rowstride reported by the MIT-SHM extension instead of calculating it. + * backend/render_handler_agg.cpp: Code cleanup 2007-10-14 Sandro Santilli <[EMAIL PROTECTED]> Index: backend/render_handler_agg.cpp =================================================================== RCS file: /cvsroot/gnash/gnash/backend/render_handler_agg.cpp,v retrieving revision 1.110 retrieving revision 1.111 diff -u -b -r1.110 -r1.111 --- backend/render_handler_agg.cpp 15 Oct 2007 12:31:33 -0000 1.110 +++ backend/render_handler_agg.cpp 15 Oct 2007 12:59:00 -0000 1.111 @@ -17,7 +17,7 @@ -/* $Id: render_handler_agg.cpp,v 1.110 2007/10/15 12:31:33 udog Exp $ */ +/* $Id: render_handler_agg.cpp,v 1.111 2007/10/15 12:59:00 udog Exp $ */ // Original version by Udo Giacomozzi and Hannes Mayr, // INDUNET GmbH (www.indunet.it) @@ -364,8 +364,6 @@ public: - //int m_view_width; // TODO: remove these?? - //int m_view_height; // Enable/disable antialiasing. bool m_enable_antialias; @@ -620,11 +618,7 @@ // Destructor ~render_handler_agg() { - // don't need to check m_pixf != NULL - // as that check is already implemented - // in the 'delete' statement - // if (m_pixf != NULL) - delete m_pixf; // TODO: is this correct?? + delete m_pixf; } /// Initializes the rendering buffer. The memory pointed by "mem" is not _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit