removing unused values
[platform/core/location/lbs-location.git] / location / manager / location-boundary.c
index 05a2b6c..1b1f0a6 100644 (file)
@@ -404,9 +404,6 @@ location_boundary_on_path(LocationBoundary *boundary, LocationPosition *position
                                }
                                pos2_list = pos1_list;
                                pos1_list = g_list_next(pos1_list);
-                               lat2 = lat1;
-                               lon2 = lon1;
-                               x2 = x1;
                        }
                        if(_position) location_position_free(_position);
                        break;
@@ -490,9 +487,6 @@ location_boundary_on_path(LocationBoundary *boundary, LocationPosition *position
                                }
                                pos2_list = pos1_list;
                                pos1_list = g_list_next(pos1_list);
-                               lat2 = lat1;
-                               lon2 = lon1;
-                               x2 = x1;
                        }
                        break;
                }