summaryrefslogtreecommitdiffstats
path: root/dvdimagejob.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dvdimagejob.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/dvdimagejob.cpp b/dvdimagejob.cpp
index e676ce6..1a669c9 100644
--- a/dvdimagejob.cpp
+++ b/dvdimagejob.cpp
@@ -122,8 +122,6 @@ bool DVDImageJob::saveImageToDevice(QIODevice &out)
qDebug() << "can't open DVD (dvdcss)";
return false;
}
- sleep(5);
- return true;
int blkno = 0;
int curvob = 0;
while (1) {