X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=output%2FBasicOutput.java;h=62a008c001b8b3697671079ab34b839fef74bf31;hb=977f60a2bf84634a5343c8b244606ae9b4edda0b;hp=41634faaddbceabc89b4ad1be016c88bbaedc0de;hpb=148f02268b892f6df74ddd86b4b1703b74ac8da8;p=nikiroo-utils.git diff --git a/output/BasicOutput.java b/output/BasicOutput.java index 41634fa..62a008c 100644 --- a/output/BasicOutput.java +++ b/output/BasicOutput.java @@ -299,27 +299,21 @@ public abstract class BasicOutput { return ""; } - @SuppressWarnings("unused") protected void writeStoryHeader(Story story) throws IOException { } - @SuppressWarnings("unused") protected void writeChapterHeader(Chapter chap) throws IOException { } - @SuppressWarnings("unused") protected void writeParagraphHeader(Paragraph para) throws IOException { } - @SuppressWarnings("unused") protected void writeStoryFooter(Story story) throws IOException { } - @SuppressWarnings("unused") protected void writeChapterFooter(Chapter chap) throws IOException { } - @SuppressWarnings("unused") protected void writeParagraphFooter(Paragraph para) throws IOException { }