Mercurial > mplayer.hg
changeset 28078:6532e61bb8ae
Remove pointless or even wrong N/A return values doxy comments
author | reimar |
---|---|
date | Mon, 08 Dec 2008 11:04:27 +0000 |
parents | 75925b6d0d51 |
children | 35c8ba952a13 |
files | libvo/vo_direct3d.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_direct3d.c Mon Dec 08 00:12:53 2008 +0000 +++ b/libvo/vo_direct3d.c Mon Dec 08 11:04:27 2008 +0000 @@ -645,7 +645,6 @@ /** @brief libvo Callback: Flip next already drawn frame on the * screen. - * @return N/A */ static void flip_page(void) { @@ -668,7 +667,6 @@ } /** @brief libvo Callback: Draw OSD/Subtitles, - * @return N/A */ static void draw_osd(void) { @@ -676,7 +674,6 @@ /** @brief libvo Callback: Uninitializes all pointers and closes * all D3D related stuff, - * @return N/A */ static void uninit(void) { @@ -689,7 +686,6 @@ } /** @brief libvo Callback: Handles video window events. - * @return N/A */ static void check_events(void) { @@ -763,7 +759,6 @@ } /** @brief libvo Callback: Unused function - * @return N/A */ static int draw_frame(uint8_t *src[]) {