Skip to content

Commit

Permalink
removed unused field result, as it is unneccessary
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeMerzliakov committed Oct 28, 2019
1 parent b2b392e commit 6f4be44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/org/epistatic/app5/controller/CustomDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ import javafx.stage.Stage
*/
abstract class CustomDialog<T>(ownerStage: Stage, title: String) {

private var result: T? = null

var stage: Stage = Stage()

init {
Expand Down

0 comments on commit 6f4be44

Please sign in to comment.