diff options
| author | 2008-04-28 17:20:23 +0000 | |
|---|---|---|
| committer | 2008-04-28 17:20:23 +0000 | |
| commit | 7504fa8dea3cd118a5de11030f84385e95039595 (patch) | |
| tree | 39ccb0c9a70e01ef85d9dcb71cd87ced63838477 /src/modules/dcc/send.cpp | |
| parent | commented subversion module; fix to KviTalTabDialog (diff) | |
| download | KVIrc-7504fa8dea3cd118a5de11030f84385e95039595.tar.gz KVIrc-7504fa8dea3cd118a5de11030f84385e95039595.tar.bz2 KVIrc-7504fa8dea3cd118a5de11030f84385e95039595.zip | |
Preliminary KDE4 support. Now compiles and runs.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1616 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/send.cpp')
| -rw-r--r-- | src/modules/dcc/send.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/dcc/send.cpp b/src/modules/dcc/send.cpp index ec91460bc..45a1532ed 100644 --- a/src/modules/dcc/send.cpp +++ b/src/modules/dcc/send.cpp @@ -376,10 +376,7 @@ void KviDccRecvThread::run() } // include the artificial delay if needed if(m_pOpt->iIdleStepLengthInMSec > 0) - { - debug("LOOP: artificial delay"); msleep(m_pOpt->iIdleStepLengthInMSec); - } } else { // sleep up to 200 msecs (if data arrives...we want low exit latency here) if(iFailedSelects < 100)iFailedSelects++; |
