summaryrefslogtreecommitdiff
path: root/src/backend/bacon-video-widget-xine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/bacon-video-widget-xine.c')
-rw-r--r--src/backend/bacon-video-widget-xine.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/bacon-video-widget-xine.c b/src/backend/bacon-video-widget-xine.c
index a064a9fee..2dbbd4f22 100644
--- a/src/backend/bacon-video-widget-xine.c
+++ b/src/backend/bacon-video-widget-xine.c
@@ -1382,11 +1382,6 @@ xine_event_message (BaconVideoWidget *bvw, xine_ui_message_data_t *data)
else
message = g_strdup (_("The server refused access to this file or stream."));
break;
-
-/* FIXME missing stuff from libxine includes (<= 1.1.x) */
-#ifndef XINE_MSG_FILE_EMPTY
-#define XINE_MSG_FILE_EMPTY 13
-#endif
case XINE_MSG_FILE_EMPTY:
num = BVW_ERROR_EMPTY_FILE;
message = g_strdup (_("The file you tried to play is an empty file."));