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

List:       kde-commits
Subject:    make_it_cool: kdenetwork/kmail
From:       Don Sanders <don () sanders ! org>
Date:       2003-01-12 17:29:15
[Download RAW message or body]

CVS commit by sanders: 

Remove unused method.
Reduce diff to HEAD.


  M +2 -11     kmfolder.cpp   1.226.2.35
  M +0 -1      kmfolder.h   1.91.2.22


--- kdenetwork/kmail/kmfolder.h  #1.91.2.21:1.91.2.22
@@ -158,5 +158,4 @@ public:
   /** Remove (first occurance of) given message from the folder. */
   virtual void removeMsg(int i, bool imapQuiet = FALSE);
-  virtual void removeMsg(KMMsgBase *, bool imapQuiet = FALSE);
   virtual void removeMsg(QPtrList<KMMessage> msgList, bool imapQuiet = FALSE);
 

--- kdenetwork/kmail/kmfolder.cpp  #1.226.2.34:1.226.2.35
@@ -370,12 +370,4 @@ void KMFolder::removeMsg(QPtrList<KMMess
 
 //-----------------------------------------------------------------------------
-void KMFolder::removeMsg(KMMsgBase *msg, bool imapQuiet)
-{
-    int idx = find(msg);
-    assert( idx != -1);
-    removeMsg(idx, imapQuiet);
-}
-
-//-----------------------------------------------------------------------------
 void KMFolder::removeMsg(int idx, bool)
 {


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

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