]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/data/PhotoStatus.java
Version 7, February 2009
[GpsPrune.git] / tim / prune / data / PhotoStatus.java
diff --git a/tim/prune/data/PhotoStatus.java b/tim/prune/data/PhotoStatus.java
deleted file mode 100644 (file)
index 831f36f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-package tim.prune.data;
-
-/**
- * Interface to hold constants for photo status
- */
-public interface PhotoStatus
-{
-       public static final byte NOT_CONNECTED = 0;
-       public static final byte TAGGED        = 1;
-       public static final byte CONNECTED     = 2;
-}