gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server/asobj Stage.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server/asobj Stage.cpp
Date: Tue, 01 May 2007 18:47:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/01 18:47:48

Modified files:
        server/asobj   : Stage.cpp 

Log message:
        Stage.width and Stage.height are convincing enough for me, no more in 
testing

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/Stage.cpp?cvsroot=gnash&r1=1.13&r2=1.14

Patches:
Index: Stage.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/Stage.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- Stage.cpp   1 May 2007 18:02:52 -0000       1.13
+++ Stage.cpp   1 May 2007 18:47:48 -0000       1.14
@@ -107,17 +107,13 @@
 unsigned
 Stage::getWidth() const
 {
-       log_warning("Stage::getWidth() testing");
        return VM::get().getRoot().getWidth();
-       //return 0;
 }
 
 unsigned
 Stage::getHeight() const
 {
-       log_warning("Stage::getHeight() testing");
        return VM::get().getRoot().getHeight();
-       //return 0;
 }
 
 void




reply via email to

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