gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11007: Removed unnecessary comment


From: Ben Limmer
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11007: Removed unnecessary comment lines
Date: Fri, 05 Jun 2009 12:31:42 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11007
committer: Ben Limmer <address@hidden>
branch nick: trunk
timestamp: Fri 2009-06-05 12:31:42 -0600
message:
  Removed unnecessary comment lines
modified:
  libcore/asobj/flash/xml/XMLNode_as.cpp
=== modified file 'libcore/asobj/flash/xml/XMLNode_as.cpp'
--- a/libcore/asobj/flash/xml/XMLNode_as.cpp    2009-06-04 21:48:41 +0000
+++ b/libcore/asobj/flash/xml/XMLNode_as.cpp    2009-06-05 18:31:42 +0000
@@ -51,7 +51,6 @@
     bool namespaceMatches(
             const PropertyList::SortedPropertyList::value_type& val,
             const std::string& ns);    
-       //FIXME: these should be changed to the proper return type & arguments
     as_value xmlnode_new(const fn_call& fn);
     as_value xmlnode_nodeName(const fn_call& fn);
     as_value xmlnode_nodeValue(const fn_call& fn);
@@ -80,15 +79,6 @@
     as_object* getXMLNodeInterface();
 }
 
-//should be declared in header file
-//class XMLNode_as : public as_object
-//{
-//public:
-//    XMLNode_as();
-//    ~XMLNode_as();
-//};
-
-//ADDED//
 XMLNode_as::XMLNode_as()
        : as_object(getXMLNodeInterface()),
          _parent(0),
@@ -1001,8 +991,6 @@
 
     return as_value(obj.get()); // will keep alive
 }
-       
-////END ADD
 } // anonymous namespace 
 } // gnash namespace
 // local Variables:


reply via email to

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