gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server DynamicShape.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server DynamicShape.cpp
Date: Mon, 19 Feb 2007 22:51:50 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/02/19 22:51:50

Modified files:
        server         : DynamicShape.cpp 

Log message:
        removed debugging line

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/DynamicShape.cpp?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: DynamicShape.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/DynamicShape.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- DynamicShape.cpp    19 Feb 2007 21:40:32 -0000      1.3
+++ DynamicShape.cpp    19 Feb 2007 22:51:50 -0000      1.4
@@ -16,10 +16,9 @@
 
 
 
-/* $Id: DynamicShape.cpp,v 1.3 2007/02/19 21:40:32 strk Exp $ */
+/* $Id: DynamicShape.cpp,v 1.4 2007/02/19 22:51:50 strk Exp $ */
 
 #include "DynamicShape.h"
-#include "log.h"
 
 #include <cfloat>
 #include <algorithm>
@@ -50,8 +49,6 @@
 void
 DynamicShape::add_path(const path& pth)
 {
-       log_msg("Adding path with origin(%f,%f), lefFill(%u), rightFill(%u), 
lineStyle(%u)",
-                       pth.m_ax, pth.m_ay, pth.m_fill0, pth.m_fill1, 
pth.m_line);
        m_paths.push_back(pth);
        _currpath = &(m_paths.back());
        compute_bound(&m_bound);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]