From cd5c9274868f67e4bd512ede48798211679b03f8 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sat, 16 May 2015 12:36:33 -0400 Subject: [PATCH] remove unused method --- .../pdf/src/processing/pdf/PGraphicsPDF.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/java/libraries/pdf/src/processing/pdf/PGraphicsPDF.java b/java/libraries/pdf/src/processing/pdf/PGraphicsPDF.java index a25452bc1..cd352888d 100644 --- a/java/libraries/pdf/src/processing/pdf/PGraphicsPDF.java +++ b/java/libraries/pdf/src/processing/pdf/PGraphicsPDF.java @@ -91,15 +91,15 @@ public class PGraphicsPDF extends PGraphicsJava2D { } - /** - * all the init stuff happens in here, in case someone calls size() - * along the way and wants to hork things up. - */ - protected void allocate() { - // can't do anything here, because this will be called by the - // superclass PGraphics, and the file/path object won't be set yet - // (since super() called right at the beginning of the constructor) - } +// /** +// * all the init stuff happens in here, in case someone calls size() +// * along the way and wants to hork things up. +// */ +// protected void allocate() { +// // can't do anything here, because this will be called by the +// // superclass PGraphics, and the file/path object won't be set yet +// // (since super() called right at the beginning of the constructor) +// } @Override