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

List:       kde-commits
Subject:    kdenonbeta/ksvg/core
From:       Rob Buis <rwlbuis () xs4all ! nl>
Date:       2003-09-04 17:23:51
[Download RAW message or body]

CVS commit by buis: 

VERBOSE is not needed here.


  M +1 -9      KSVGReader.cc   1.156


--- kdenonbeta/ksvg/core/KSVGReader.cc  #1.155:1.156
@@ -33,6 +33,4 @@
 #include "SVGLengthImpl.h"
 
-//#define VERBOSE
-
 namespace KSVG
 {
@@ -183,7 +181,5 @@ bool InputHandler::endDocument()
 bool InputHandler::characters(const QString &ch)
 {
-#ifdef VERBOSE
         kdDebug(26001) << "InputHandler::characters, read " << ch << endl;
-#endif
 
         if(ch.simplifyWhiteSpace().isEmpty())
@@ -213,8 +209,6 @@ bool InputHandler::characters(const QStr
 bool InputHandler::startElement(const QString &namespaceURI, const QString &, const \
QString &qName, const QXmlAttributes &attrs)  {
-#ifdef VERBOSE
         kdDebug(26001) << "InputHandler::startElement, namespaceURI " << \
                namespaceURI << " qName " << qName << endl;
-#endif
-        bool haveCanvas = Helper::self()->canvas();
+
         SVGElementImpl *newElement;
         if(qName == "svg")
@@ -339,7 +333,5 @@ bool InputHandler::startElement(const QS
 bool InputHandler::endElement(const QString &, const QString &, const QString \
&qName)  {
-#ifdef VERBOSE
         kdDebug(26001) << "InputHandler::endElement, qName " << qName << endl;
-#endif
 
         bool haveCanvas = Helper::self()->canvas();


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

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