Skip to content

Commit

Permalink
removed depricated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Muskangupta99 committed Feb 16, 2024
1 parent 6813b0d commit 650061d
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,8 @@ public void reset() {
sensorDataSet.reset();
}

@Deprecated
@VisibleForTesting
public void onChanged(Raw<?> data) {
listener.onChange(data);
}



public GPSManager getGpsManager() {
return gpsManager;
Expand Down

0 comments on commit 650061d

Please sign in to comment.