HaikuDepot: Removed invalid TODO from UserLoginWindow

This commit is contained in:
Stephan Aßmus 2014-09-28 14:45:01 +02:00
parent 054139a2d4
commit 8f331d41fa
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ UserLoginWindow::UserLoginWindow(BWindow* parent, BRect frame, Model& model)
SetDefaultButton(fSendButton);
// TODO: Set initial mode based on whether there is account info
_SetMode(LOGIN);
CenterIn(parent->Frame());