gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11126: Drop left-over member formel


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11126: Drop left-over member formely used for the bogus addChild implementation
Date: Tue, 16 Jun 2009 10:29:25 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11126
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Tue 2009-06-16 10:29:25 +0200
message:
  Drop left-over member formely used for the bogus addChild implementation
modified:
  libcore/movie_root.h
=== modified file 'libcore/movie_root.h'
--- a/libcore/movie_root.h      2009-06-08 21:40:22 +0000
+++ b/libcore/movie_root.h      2009-06-16 08:29:25 +0000
@@ -1042,11 +1042,6 @@
     /// interface to the Movie class definition
     Levels _movies;
 
-    typedef std::map<int, DisplayObject*> Childs;
-
-    /// The stage childs
-    Childs _childs;
-
     /// The root movie. This is initially the same as getLevel(0) but might
     /// change during the run. It will be used to setup and retrive initial
     /// stage size


reply via email to

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