Skip to content

Commit 4163f19

Browse files
committed
remove extra beginRecord() from ManyPages PDF example
1 parent ba7364f commit 4163f19

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed
-4.21 KB
Binary file not shown.

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)