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

List:       kde-commits
Subject:    branches/KDE/3.5/kdewebdev/quanta
From:       Andras Mantia <amantia () kde ! org>
Date:       2005-08-09 13:15:40
Message-ID: 1123593340.958486.7332.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 444243 by amantia:

Remove unused code.

 M  +2 -2      quanta.kdevelop  
 M  +0 -19     src/document.cpp  


--- branches/KDE/3.5/kdewebdev/quanta/quanta.kdevelop #444242:444243
@@ -243,10 +243,10 @@
   </kdevcvs>
   <kdevfilecreate>
     <filetypes>
-      <type icon="" ext="h" name="C++ header" create="template" >
+      <type icon="" ext="h" create="template" name="C++ header" >
         <descr>Quanta speicfic header</descr>
       </type>
-      <type icon="source_cpp" ext="cpp" name="C++ source" create="template" >
+      <type icon="source_cpp" ext="cpp" create="template" name="C++ source" >
         <descr>A new empty C++ file.</descr>
       </type>
     </filetypes>
--- branches/KDE/3.5/kdewebdev/quanta/src/document.cpp #444242:444243
@@ -816,25 +816,6 @@
     }
   }
 
-  
-//  uint c = string[0].unicode();
-//  if (qConfig.replaceAccented && c > 191)
-//  {
-//     uint ch = replaceCharList[0];
-//     int i = 0;
-//     while (ch != 0)
-//     {
-//         if (c == ch)
-//         {
-//            m_replaceLine = line;
-//            m_replaceCol = column;
-//            m_replaceStr = QString("&#%1;").arg(c);
-//            QTimer::singleShot(0, this, SLOT(slotReplaceChar()));
-//            return;
-//         }
-//         ch = replaceCharList[++i];
-//     }
-//  }
  if ( (string == ">") ||
       (string == "<") )
  {
[prev in list] [next in list] [prev in thread] [next in thread] 

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