Remove unused method that is a storage attribute anyhow.

svn path=/trunk/kdepim/; revision=331840
wilder-work
Till Adam 22 years ago
parent d481eac3d8
commit ebfa9f7551
  1. 5
      kmfolder.cpp
  2. 4
      kmfolder.h

@ -324,11 +324,6 @@ void KMFolder::emitMsgAddedSignals( int idx )
mStorage->emitMsgAddedSignals( idx );
}
bool KMFolder::canAddMsgNow( KMMessage* aMsg, int* aIndex_ret )
{
return mStorage->canAddMsgNow( aMsg, aIndex_ret );
}
void KMFolder::removeMsg( int i, bool imapQuiet )
{
mStorage->removeMsg( i, imapQuiet );

@ -178,10 +178,6 @@ public:
Emits msgAdded signals */
void emitMsgAddedSignals(int idx);
/** Returns FALSE, if the message has to be retrieved from an IMAP account
* first. In this case this function does this and cares for the rest */
bool canAddMsgNow(KMMessage* aMsg, int* aIndex_ret);
/** Remove (first occurrence of) given message from the folder. */
void removeMsg(int i, bool imapQuiet = FALSE);
void removeMsg(QPtrList<KMMessage> msgList, bool imapQuiet = FALSE);

Loading…
Cancel
Save