Skip to content

Commit

Permalink
Remove unused PDF and SVG classes and dependencies.
Browse files Browse the repository at this point in the history
Not used anywhere in the code. And itext caused a licensing problem.
Fix #221
  • Loading branch information
tinevez committed Jan 5, 2023
1 parent a965612 commit 896373b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 322 deletions.
16 changes: 0 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,22 +96,6 @@
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
</dependency>
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jfreechart</artifactId>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-dom</artifactId>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-svggen</artifactId>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
</dependency>
<dependency>
<groupId>io.humble</groupId>
<artifactId>humble-video-all</artifactId>
Expand Down
125 changes: 0 additions & 125 deletions src/main/java/org/mastodon/ui/util/ChartExporter.java

This file was deleted.

181 changes: 0 additions & 181 deletions src/main/java/org/mastodon/ui/util/ExportableChartPanel.java

This file was deleted.

0 comments on commit 896373b

Please sign in to comment.