mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Remove unused code
This commit is contained in:
@@ -46,8 +46,6 @@ class DateTimeFieldView @JvmOverloads constructor(context: Context,
|
|||||||
|
|
||||||
private var mDefault: DateInstant = DateInstant.NEVER_EXPIRES
|
private var mDefault: DateInstant = DateInstant.NEVER_EXPIRES
|
||||||
|
|
||||||
var setOnDateClickListener: ((DateInstant) -> Unit)? = null
|
|
||||||
|
|
||||||
init {
|
init {
|
||||||
val inflater = context.getSystemService(Context.LAYOUT_INFLATER_SERVICE) as LayoutInflater?
|
val inflater = context.getSystemService(Context.LAYOUT_INFLATER_SERVICE) as LayoutInflater?
|
||||||
inflater?.inflate(R.layout.view_date_time, this)
|
inflater?.inflate(R.layout.view_date_time, this)
|
||||||
|
|||||||
Reference in New Issue
Block a user