Removed unused code blocks parameter

This commit is contained in:
Corewala 2022-05-22 12:35:46 -04:00
parent e10e78b9f5
commit 684239c066
1 changed files with 0 additions and 1 deletions

View File

@ -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