1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-02-04 20:57:59 +01:00

remove comment-outed unused code

This commit is contained in:
tateisu 2019-01-21 23:15:19 +09:00
parent ec8dbd105b
commit 760f072251

View File

@ -1014,15 +1014,6 @@ class ActPost : AppCompatActivity(),
iv.setErrorImage(defaultColorIcon(this, R.drawable.ic_unknown))
}
// setIcon(btnPost, R.drawable.ic_send)
// setIcon(btnMore, R.drawable.ic_more)
// setIcon(btnPlugin, R.drawable.ic_extension)
// setIcon(btnEmojiPicker, R.drawable.ic_face)
// setIcon(btnAttachment, R.drawable.ic_attachment)
// setIcon(ibSchedule, R.drawable.ic_edit)
// setIcon(ibScheduleReset, R.drawable.ic_close)
// setIcon(btnRemoveReply, R.drawable.ic_close)
cbContentWarning.setOnCheckedChangeListener { _, _ ->
updateContentWarning()
}