gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9882: unused variables warnings..


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9882: unused variables warnings..
Date: Tue, 30 Sep 2008 17:38:48 -0400
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9882
committer: Sandro Santilli <address@hidden>
branch nick: gnash-head
timestamp: Tue 2008-09-30 17:38:48 -0400
message:
  unused variables warnings..
modified:
  libcore/character.cpp
=== modified file 'libcore/character.cpp'
--- a/libcore/character.cpp     2008-09-30 21:21:01 +0000
+++ b/libcore/character.cpp     2008-09-30 21:38:48 +0000
@@ -868,8 +868,8 @@
 
 #ifdef USE_MATRIX_CACHES
 
-       double xscale = _xscale / 100.0;
-       double yscale = _yscale / 100.0;
+       //double xscale = _xscale / 100.0;
+       //double yscale = _yscale / 100.0;
        double rotation = rot * PI / 180.0;
 
        //log_debug("xscale cached: %d, yscale cached: %d", _xscale, _yscale);


reply via email to

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