summaryrefslogtreecommitdiffstats
path: root/video/out/vo_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_x11.c')
-rw-r--r--video/out/vo_x11.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c
index 38a60c1be8..90e3eb52be 100644
--- a/video/out/vo_x11.c
+++ b/video/out/vo_x11.c
@@ -180,8 +180,6 @@ static void getMyXImage(struct priv *p, int foo)
IPC_CREAT | 0777);
if (p->Shminfo[foo].shmid < 0) {
XDestroyImage(p->myximage[foo]);
- MP_VERBOSE(vo, "%s\n", strerror(errno));
- //perror( strerror( errno ) );
MP_WARN(vo, "Shared memory error,disabling ( seg id error )\n");
goto shmemerror;
}