Browse Source

Ditch unused field

master
Chris Smith 14 years ago
parent
commit
046563f9c3

+ 0
- 2
code/ContextAnalyser/src/uk/co/md87/android/contextanalyser/ContextAnalyserService.java View File

@@ -79,8 +79,6 @@ public class ContextAnalyserService extends Service {
79 79
         }
80 80
     };
81 81
 
82
-    private Map<Float[], String> model;
83
-
84 82
     private final Map<String, Long> names = new HashMap<String, Long>();
85 83
     private final List<String> activityLog = new LinkedList<String>();
86 84
 

Loading…
Cancel
Save