X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osx_write.c;h=f27a49b0f1183947763c6bae1ac31b2af1b92e3a;hp=507ad912d8c929c9e62b3a7ca02f9ba6a44315b6;hb=75d545612d8fb51b7e6b2f8a7349b54502004cfa;hpb=a9ed3326f84cbb7585b5875e745f87eb96551ad4 diff --git a/osx_write.c b/osx_write.c index 507ad912..f27a49b0 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. */ @@ -187,10 +187,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 +367,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;