Index: applications/editors/josm/plugins/NanoLog/src/nanolog/Correlator.java
===================================================================
--- applications/editors/josm/plugins/NanoLog/src/nanolog/Correlator.java	(revision 35217)
+++ applications/editors/josm/plugins/NanoLog/src/nanolog/Correlator.java	(revision 35218)
@@ -95,5 +95,5 @@
                         try {
                             long curWpTime = DateUtils.fromString(curWpTimeStr).getTime() + offset;
-                            /*ret +=*/ matchPoints(sortedEntries, prevWp, prevWpTime, curWp, curWpTime, offset);
+                            /*ret +=*/ matchPoints(sortedEntries, prevWp, prevWpTime, curWp, curWpTime);
 
                             prevWp = curWp;
@@ -116,5 +116,5 @@
 
     private static int matchPoints(List<NanoLogEntry> entries, WayPoint prevWp, long prevWpTime,
-            WayPoint curWp, long curWpTime, long offset) {
+            WayPoint curWp, long curWpTime) {
         // Time between the track point and the previous one, 5 sec if first point, i.e. photos take
         // 5 sec before the first track point can be assumed to be take at the starting position
