10l: Remove debug printf() from last commit.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28737 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2009-02-26 19:34:04 +00:00
parent 2614be14cc
commit cd1dc957fe
1 changed files with 0 additions and 1 deletions

View File

@ -1017,7 +1017,6 @@ static int control(uint32_t request, void *data, ...)
return VO_TRUE;
case VOCTRL_SET_DEINTERLACE:
deint = *(int*)data;
printf("Set to %d. \n", deint);
return VO_TRUE;
case VOCTRL_PAUSE:
return (int_pause = 1);