CVSROOT: /cvsroot/gnash
Module name: gnash
Changes by: Udo Giacomozzi <udog> 06/10/13 09:43:54
Modified files:
backend : render_handler_tri.cpp
Log message:
Code cleanup
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler_tri.cpp?cvsroot=gnash&r1=1.6&r2=1.7
Patches:
Index: render_handler_tri.cpp
===================================================================
RCS file: /cvsroot/gnash/gnash/backend/render_handler_tri.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- render_handler_tri.cpp 12 Oct 2006 18:59:00 -0000 1.6
+++ render_handler_tri.cpp 13 Oct 2006 09:43:54 -0000 1.7
@@ -35,7 +35,7 @@
//
//
-/* $Id: render_handler_tri.cpp,v 1.6 2006/10/12 18:59:00 udog Exp $ */
+/* $Id: render_handler_tri.cpp,v 1.7 2006/10/13 09:43:54 udog Exp $ */
#include "render_handler_tri.h"
@@ -357,7 +357,8 @@
} // get_cache_of
-void triangulating_render_handler::world_to_pixel(int *x, int *y, const float
world_x, const float world_y)
+void triangulating_render_handler::world_to_pixel(int* /*x*/, int* /*y*/,
+ const float /*world_x*/, const float /*world_y*/)
{
assert(0); // not implemented (and currently not required for tri. renderers)
}
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit