]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/jpeg/ExifLibrarySwitch.java
Version 19, May 2018
[GpsPrune.git] / tim / prune / jpeg / ExifLibrarySwitch.java
diff --git a/tim/prune/jpeg/ExifLibrarySwitch.java b/tim/prune/jpeg/ExifLibrarySwitch.java
deleted file mode 100644 (file)
index 01adce1..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package tim.prune.jpeg;
-
-/**
- * Empty class just to provide a switch between internal and external libraries
- */
-public abstract class ExifLibrarySwitch
-{
-       /** Flag to specify internal or external library */
-       static final boolean USE_INTERNAL_LIBRARY = true;
-}