Commit b2522de8 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

vout_macosx: Remove trailing spaces.

And a debug code.
parent fe403f88
...@@ -268,7 +268,6 @@ static int Control (vout_display_t *vd, int query, va_list ap) ...@@ -268,7 +268,6 @@ static int Control (vout_display_t *vd, int query, va_list ap)
msg_Err (vd, "Unknown request in Mac OS X vout display"); msg_Err (vd, "Unknown request in Mac OS X vout display");
return VLC_EGENERIC; return VLC_EGENERIC;
} }
printf("query %d\n", query);
} }
/***************************************************************************** /*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment