X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write.h;h=ddf43b6932b9b894ce0dd08bb2a123691f86cdc4;hb=c4bfb18b78b3935b8dbf68f70b219cfb2a192979;hp=8a60294dccbaef295987041acad36d69fa9f00f0;hpb=d91b2b2a70c85562b5d30cc5fda46468532e314a;p=paraslash.git diff --git a/write.h b/write.h index 8a60294d..ddf43b69 100644 --- a/write.h +++ b/write.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2011 Andre Noll + * Copyright (C) 2006-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -72,12 +72,6 @@ struct writer { * This function is assumed to succeed. */ void (*close)(struct writer_node *); - /** - * Shutdown the writer. - * - * This is a optional function pointer used for cleaning up. - */ - void (*shutdown)(struct writer_node *); /** The short and the log help text of this writer. */ struct ggo_help help; /**