<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+* Remove unused methods getChildren() and getNextSibling(). [Diego Perini]
+
 * Rewrite client_api() to avoid extra optimizations that are handled better by the selector compiler. [Diego Perini, jddalton]
 
 * Add wildcard `*` tagName processing to the `RE_SIMPLE_SELECTOR` regexp for non-IE browsers. [Diego Perini]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -540,19 +540,6 @@ NW.Dom = (function(global) {
       while (element = listout[i++]) callback(element);
     },
 
-  getChildren =
-    function(from) {
-      var i = -1, element = from.firstChild, elements = [ ];
-      if (element) {
-        do {
-          if ((element.nodeType == 1)) {
-            elements[++i] = element;
-          }
-        } while ((element = element.nextSibling));
-      }
-      return elements;
-    },
-
   // children position by nodeType
   // @return number
   getChildIndexes =
@@ -593,17 +580,6 @@ NW.Dom = (function(global) {
       return indexes;
     },
 
-  getNextSibling = NATIVE_TRAVERSAL_API ?
-    function (element) {
-      return element.nextElementSibling;
-    } :
-    function (element) {
-      element = element.nextSibling;
-      while (element &amp;&amp; element.nodeType !== 1)
-        element = element.nextSibling;
-      return element;
-    },
-
   // attribute value
   // @return string
   getAttribute = NATIVE_HAS_ATTRIBUTE ?</diff>
      <filename>src/nwmatcher.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ae79689b189a229b5ea3a17c4cc5b4d8c9cf9956</id>
    </parent>
  </parents>
  <author>
    <name>jdalton</name>
    <email>john.david.dalton@gmail.com</email>
  </author>
  <url>http://github.com/jdalton/nwmatcher/commit/e323c2becec6b6ed02c64b9451deb9546b6f61ae</url>
  <id>e323c2becec6b6ed02c64b9451deb9546b6f61ae</id>
  <committed-date>2009-11-10T23:58:47-08:00</committed-date>
  <authored-date>2009-11-10T23:58:43-08:00</authored-date>
  <message>nwmatcher: Remove unused methods getChildren() and getNextSibling(). [Diego Perini]</message>
  <tree>3d577bea06983ab246056e981dd3264c648d0d54</tree>
  <committer>
    <name>jdalton</name>
    <email>john.david.dalton@gmail.com</email>
  </committer>
</commit>
