X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osx_write.c;h=50f22be9a4939121f1573462ffdfd31037257aa0;hp=507ad912d8c929c9e62b3a7ca02f9ba6a44315b6;hb=656a02453498156bab09763011ff43b81db57634;hpb=a9ed3326f84cbb7585b5875e745f87eb96551ad4 diff --git a/osx_write.c b/osx_write.c index 507ad912..50f22be9 100644 --- a/osx_write.c +++ b/osx_write.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 Andre Noll + * Copyright (C) 2006-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -13,7 +13,6 @@ #include #include -#include #include #include "para.h" @@ -187,10 +186,6 @@ static OSStatus osx_callback(void * inClientData, #define ENDIAN_FLAGS 0 #endif -static void osx_write_open(__a_unused struct writer_node *wn) -{ -} - static int core_audio_init(struct writer_node *wn) { struct private_osx_write_data *powd = para_calloc(sizeof(*powd)); @@ -371,7 +366,6 @@ void osx_write_init(struct writer *w) struct osx_write_args_info dummy; osx_cmdline_parser_init(&dummy); - w->open = osx_write_open; w->close = osx_write_close; w->pre_select = osx_write_pre_select; w->post_select = osx_write_post_select;