[brasero] Remove an error case that was probably never used
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Remove an error case that was probably never used
- Date: Wed, 25 Nov 2009 14:45:51 +0000 (UTC)
commit 4e471e6092575edf97f001a9367229ba57aa1486
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Wed Nov 25 14:30:34 2009 +0100
Remove an error case that was probably never used
plugins/cdrdao/burn-cdrdao.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/plugins/cdrdao/burn-cdrdao.c b/plugins/cdrdao/burn-cdrdao.c
index cad47ee..72c5267 100644
--- a/plugins/cdrdao/burn-cdrdao.c
+++ b/plugins/cdrdao/burn-cdrdao.c
@@ -244,12 +244,6 @@ brasero_cdrdao_read_stderr (BraseroProcess *process, const gchar *line)
BRASERO_BURN_ERROR_DRIVE_BUSY,
_("The drive is busy")));
}
- else if (strstr (line, "Illegal command")) {
- brasero_job_error (BRASERO_JOB (cdrdao),
- g_error_new (BRASERO_BURN_ERROR,
- BRASERO_BURN_ERROR_GENERAL,
- _("Your version of cdrdao does not seem to be supported by libbrasero")));
- }
else if (strstr (line, "Operation not permitted. Cannot send SCSI")) {
brasero_job_error (BRASERO_JOB (cdrdao),
g_error_new (BRASERO_BURN_ERROR,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]