Skip to content

Commit

Permalink
Remove unused import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed Jul 13, 2024
1 parent ad82097 commit a010ab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/freedesktop/cairo/PDFSurface.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import java.lang.foreign.MemorySegment;
import java.lang.foreign.ValueLayout;
import java.lang.invoke.MethodHandle;
import java.lang.ref.Cleaner;
import java.util.Set;

import static io.github.jwharm.cairobindings.Interop.enumSetToInt;
Expand Down

0 comments on commit a010ab3

Please sign in to comment.