Skip to content

Commit

Permalink
Cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzfl committed Jun 21, 2019
1 parent 65ba03e commit c4cc9f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ run {
}

group = 'com.github.moritzfl'
version = '2.2.1.0'
version = '2.2.2.0'
description = 'mathematicallatexhelper'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down
1 change: 0 additions & 1 deletion src/main/java/de/moritzf/latexhelper/Export.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@


import javax.imageio.ImageIO;
import javax.swing.filechooser.FileSystemView;


import com.itextpdf.text.*;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/mathpix/MathPixSettings.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package mathpix;

import de.moritzf.latexhelper.util.OsUtil;
import io.github.soc.directories.ProjectDirectories;
import io.github.soc.directories.UserDirectories;

import java.io.*;
import java.nio.file.Path;
Expand Down Expand Up @@ -64,8 +62,6 @@ public static void load() {
* @return the user data file
*/
public static File getUserDataFile() {
Path userHome = Paths.get(System.getProperty("user.home"));

ProjectDirectories myProjDirs = ProjectDirectories.from("de", "moritzf", "mathematicallatexhelper");

Path settingsPath = Paths.get(myProjDirs.configDir).resolve(Paths.get("mathpix.properties"));
Expand Down

0 comments on commit c4cc9f8

Please sign in to comment.