Skip to content

Commit cd5c927

Browse files
committed
remove unused method
1 parent 4ab42a0 commit cd5c927

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

java/libraries/pdf/src/processing/pdf/PGraphicsPDF.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ public void setOutput(OutputStream output) {
9191
}
9292

9393

94-
/**
95-
* all the init stuff happens in here, in case someone calls size()
96-
* along the way and wants to hork things up.
97-
*/
98-
protected void allocate() {
99-
// can't do anything here, because this will be called by the
100-
// superclass PGraphics, and the file/path object won't be set yet
101-
// (since super() called right at the beginning of the constructor)
102-
}
94+
// /**
95+
// * all the init stuff happens in here, in case someone calls size()
96+
// * along the way and wants to hork things up.
97+
// */
98+
// protected void allocate() {
99+
// // can't do anything here, because this will be called by the
100+
// // superclass PGraphics, and the file/path object won't be set yet
101+
// // (since super() called right at the beginning of the constructor)
102+
// }
103103

104104

105105
@Override

0 commit comments

Comments
 (0)