Fresco/Berlin/modules/Drawing/openGL DrawingKit.cc,1.105,1.106
Tobias Hunger <[email protected]> Mon, 03 Nov 2003 20:46:14 +0000
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Berlin/modules/Drawing/openGL
In directory purcel:/tmp/cvs-serv5518/Berlin/modules/Drawing/openGL
Modified Files:
DrawingKit.cc
Log Message:
Remove Prague's poor man's profiler since it is not really useful and
is the only user of the huge and ifdefy ntree.hh. Closes bug282.
Index: DrawingKit.cc
===================================================================
RCS file: /cvs/fresco/Fresco/Berlin/modules/Drawing/openGL/DrawingKit.cc,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- DrawingKit.cc 27 May 2003 23:12:46 -0000 1.105
+++ DrawingKit.cc 3 Nov 2003 20:45:41 -0000 1.106
@@ -21,7 +21,6 @@
* MA 02139, USA.
*/
-#include <Prague/Sys/Profiler.hh>
#include <Fresco/config.hh>
#include <Fresco/Transform.hh>
#include <Fresco/IO.hh>
@@ -450,7 +449,6 @@
void openGL::DrawingKit::draw_image(Raster_ptr raster)
{
- Profiler prf("openGL::DrawingKit::draw_image");
Image *image = _images.lookup(Fresco::Raster::_duplicate(raster));
Fresco::Path path;
path.nodes.length(4);