]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/jpeg/ExifLibrary.java
Version 19, May 2018
[GpsPrune.git] / tim / prune / jpeg / ExifLibrary.java
diff --git a/tim/prune/jpeg/ExifLibrary.java b/tim/prune/jpeg/ExifLibrary.java
deleted file mode 100644 (file)
index 8d00617..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-package tim.prune.jpeg;
-
-import java.io.File;
-
-/**
- * Interface satisfied by both internal and external Exif implementations
- */
-public interface ExifLibrary
-{
-       /** Get the Jpeg data from the given file */
-       public JpegData getJpegData(File inFile);
-
-       /** Check that dependencies are resolved */
-       public boolean looksOK();
-}