mirror of
https://github.com/Corewala/Buran
synced 2025-01-03 05:34:28 +00:00
Removed unused code blocks parameter
This commit is contained in:
parent
e10e78b9f5
commit
684239c066
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ abstract class AbstractGemtextAdapter(
|
|||
): RecyclerView.Adapter<GmiViewHolder>() {
|
||||
|
||||
var showInlineIcons: Boolean = false
|
||||
var hideCodeBlocks: Boolean = false
|
||||
var showLinkButtons: Boolean = false
|
||||
var showInlineImages: Boolean = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue