gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9978: Drop debugging.


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9978: Drop debugging.
Date: Fri, 10 Oct 2008 17:03:12 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9978
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2008-10-10 17:03:12 +0200
message:
  Drop debugging.
modified:
  libcore/character.cpp
=== modified file 'libcore/character.cpp'
--- a/libcore/character.cpp     2008-10-08 09:27:25 +0000
+++ b/libcore/character.cpp     2008-10-10 15:03:12 +0000
@@ -497,8 +497,6 @@
         double xscale = (newwidth / oldwidth);
         double rotation = _rotation * PI / 180.0;
 
-        log_debug("setting xscale from %g to %g", _xscale, xscale*100);
-
         matrix m = get_matrix();
         m.set_scale_rotation(xscale, yscale, rotation);
         set_matrix(m, true); // let caches be updated
@@ -554,8 +552,6 @@
         double xscale = _xscale / 100.0;
         double rotation = _rotation * PI / 180.0;
 
-        //log_debug("setting yscale from %g to %g", _yscale, yscale*100);
-
         matrix m = get_matrix();
         m.set_scale_rotation(xscale, yscale, rotation);
         set_matrix(m, true); // let caches be updated


reply via email to

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