Skip to content

Commit

Permalink
Merge pull request #20 from vhd1/Issue#4-removed-deprecated-code
Browse files Browse the repository at this point in the history
Removed deprecated code
  • Loading branch information
Muskangupta99 authored Feb 16, 2024
2 parents 6813b0d + 650061d commit 0dedbd3
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 0dedbd3

Please sign in to comment.