From: Braden M. <br...@us...> - 2006-09-19 21:31:40
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2102/src/libopenvrml/openvrml Modified Files: Tag: OpenVRML-0_16-BRANCH bounding_volume.h rendering_context.h Log Message: Removed unnecessary declarations of openvrml::mat4f. Index: bounding_volume.h =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/bounding_volume.h,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -C2 -d -r1.8 -r1.8.2.1 *** bounding_volume.h 12 Feb 2006 09:40:17 -0000 1.8 --- bounding_volume.h 19 Sep 2006 21:31:38 -0000 1.8.2.1 *************** *** 30,34 **** class axis_aligned_bounding_box; class bounding_sphere; - class mat4f; class OPENVRML_API bounding_volume { --- 30,33 ---- Index: rendering_context.h =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/rendering_context.h,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** rendering_context.h 11 Aug 2005 22:50:14 -0000 1.4 --- rendering_context.h 19 Sep 2006 21:31:38 -0000 1.4.2.1 *************** *** 27,32 **** namespace openvrml { - class mat4f; - class OPENVRML_API rendering_context { mat4f * modelview; --- 27,30 ---- |