gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12277: Cleanups from removing the u


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12277: Cleanups from removing the user cxform.
Date: Tue, 29 Jun 2010 14:03:32 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12277 [merge]
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Tue 2010-06-29 14:03:32 +0200
message:
  Cleanups from removing the user cxform.
modified:
  libcore/MovieClip.cpp
  libcore/MovieClip.h
=== modified file 'libcore/MovieClip.cpp'
--- a/libcore/MovieClip.cpp     2010-06-29 10:09:45 +0000
+++ b/libcore/MovieClip.cpp     2010-06-29 11:07:01 +0000
@@ -2140,13 +2140,6 @@
     DisplayObject::destroy();
 }
 
-cxform
-MovieClip::get_world_cxform() const
-{
-    cxform cf = DisplayObject::get_world_cxform();
-    return cf;
-}
-
 Movie*
 MovieClip::get_root() const
 {

=== modified file 'libcore/MovieClip.h'
--- a/libcore/MovieClip.h       2010-06-29 10:22:38 +0000
+++ b/libcore/MovieClip.h       2010-06-29 11:07:01 +0000
@@ -261,11 +261,6 @@
     /// False if the frame_spec was invalid.
     bool get_frame_number(const as_value& frame_spec, size_t& frameno) const;
 
-    /// MovieClip instances need to handle cxform specially 
-    //
-    /// This is to suppor the Color asobject class
-    cxform  get_world_cxform() const;
-
     /// Look up the labeled frame, and jump to it.
     bool goto_labeled_frame(const std::string& label);
         


reply via email to

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