Skip to content

Commit a8966dd

Browse files
committed
remove extra beginRecord() from ManyPages PDF example
1 parent 4c943ed commit a8966dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/libraries/pdf/examples/ManyPages/ManyPages.pde

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ void setup() {
1414
size(600, 600);
1515
frameRate(4);
1616
pdf = (PGraphicsPDF)beginRecord(PDF, "Lines.pdf");
17-
beginRecord(pdf);
1817
}
1918

2019
void draw() {

0 commit comments

Comments
 (0)