Remove dead code (condition can obviously never be true)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20202 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-10-13 20:01:38 +00:00
parent fcee7ea18f
commit b2a6fd5895
1 changed files with 0 additions and 2 deletions

View File

@ -171,8 +171,6 @@ static void getMyXImage(void)
&Shminfo[0], image_width, image_height);
if (myximage == NULL)
{
if (myximage != NULL)
XDestroyImage(myximage);
mp_msg(MSGT_VO, MSGL_WARN,
"Shared memory error,disabling ( Ximage error )\n");
goto shmemerror;