[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdewebdev/quanta/parts/kafka
From:       Andras Mantia <amantia () kde ! org>
Date:       2006-05-22 18:35:51
Message-ID: 1148322951.114992.31521.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 543766 by amantia:

Comment out unused variable.
BUG: 120897

 M  +3 -2      kafkacommon.cpp  


--- branches/KDE/3.5/kdewebdev/quanta/parts/kafka/kafkacommon.cpp #543765:543766
@@ -2216,7 +2216,8 @@
 {
     NodeModif *modif = 0, *modifChild;
     Node *lastChild, *curNode;
-    Node *parent, *prev, *next, *child, *n;
+    Node *parent, *next, *child, *n;
+    //Node *prev;
     bool isSingle;
     int type;
     QString namespaceName, nodeName, caseSensitive;
@@ -2231,7 +2232,7 @@
 
     parent = node->parent;
     next = node->next;
-    prev = node->prev;
+    //prev = node->prev; //Should this be used at all?
     child = node->child;
     lastChild = node->lastChild();
     isSingle = node->tag->single;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic