Skip to content

Commit 7d43d0b

Browse files
committed
remove v3.3.0 deprecated Session method
1 parent 48ec563 commit 7d43d0b

File tree

1 file changed

+0
-3
lines changed
  • gto-support-api-base/src/main/java/org/ccci/gto/android/common/api

1 file changed

+0
-3
lines changed

gto-support-api-base/src/main/java/org/ccci/gto/android/common/api/Session.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,4 @@ open class Session protected constructor(
5050
}
5151

5252
override fun hashCode() = id?.hashCode() ?: 0
53-
54-
@Deprecated("Since v3.3.0, use prefAttrName() instead", ReplaceWith("prefAttrName(type)"))
55-
protected fun getPrefAttrName(type: String) = prefAttrName(type)
5653
}

0 commit comments

Comments
 (0)