Skip to content

Commit c4fcd3d

Browse files
committed
Remove deprecated comment
1 parent 1fa3897 commit c4fcd3d

File tree

1 file changed

+0
-2
lines changed
  • modules/services/preferences/src/main/java/au/com/shiftyjelly/pocketcasts/preferences

1 file changed

+0
-2
lines changed

modules/services/preferences/src/main/java/au/com/shiftyjelly/pocketcasts/preferences/Settings.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,6 @@ interface Settings {
506506
fun setTimesToShowBatteryWarning(value: Int)
507507
fun getTimesToShowBatteryWarning(): Int
508508

509-
// Only the AnalyticsTracker object should update SendUsageState directly. Everything else
510-
// should update this setting through the AnalyticsTracker.
511509
val collectAnalytics: ReadWriteSetting<Boolean>
512510
val sendCrashReports: UserSetting<Boolean>
513511
val linkCrashReportsToUser: UserSetting<Boolean>

0 commit comments

Comments
 (0)