Remove unnecessary comment
This commit is contained in:
parent
cddd12bfb3
commit
228bbd04e2
1 changed files with 0 additions and 4 deletions
|
@ -33,10 +33,6 @@ class LoginWindow private constructor(parent: TApplication, flags: Int) :
|
|||
}
|
||||
)
|
||||
|
||||
/*
|
||||
For api look at: https://git.ouroboros.group/limepotato/jexer/wiki/widget-tpasswordfield
|
||||
*/
|
||||
|
||||
//Password
|
||||
addLabel("Password", CENTERED + 9, CENTERED + 1)
|
||||
//TODO: Once enter is pressed, getText and save as var, then activate login process.
|
||||
|
|
Loading…
Reference in a new issue