Skip to content

Commit

Permalink
refactor(PageFragment): remove unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
BrayanDSO committed Jun 9, 2024
1 parent 4203c01 commit 38eb161
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions AnkiDroid/src/main/java/com/ichi2/anki/pages/PageFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ open class PageFragment(@LayoutRes contentLayoutId: Int = R.layout.page_fragment
Fragment(contentLayoutId),
PostRequestHandler {

open val title: String = "" // it will be removed later
open val pageName: String = "" // it will be removed later

lateinit var webView: WebView
private val server = AnkiServer(this).also { it.start() }

Expand Down

0 comments on commit 38eb161

Please sign in to comment.