Removed no longer valid TODOs. Thanks PulkoMandy!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35227 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-01-21 15:54:57 +00:00
parent 9add3a659a
commit ca48b8d068
2 changed files with 1 additions and 8 deletions
@@ -64,7 +64,7 @@ BootPromptWindow::BootPromptWindow()
B_TITLED_WINDOW, B_NOT_ZOOMABLE | B_NOT_MINIMIZABLE | B_NOT_CLOSABLE
| B_AUTO_UPDATE_SIZE_LIMITS)
{
// TODO: Remove once BLocalRoster is fixed.
// Get the list of all known languages (suffice to do it only once)
be_locale_roster->GetInstalledLanguages(&fInstalledLanguages);
fInfoTextView = new BTextView("info", be_plain_font, NULL, B_WILL_DRAW);
@@ -267,12 +267,6 @@ BootPromptWindow::_PopulateLanguages()
// be_locale_roster->GetInstalledCatalogs(&installedCatalogs);
// installedCatalogs.PrintToStream();
// TODO: BLocaleRoster uses static variables!! Fix this! Or else one can only
// call this once!
// // Get the list of all known languages
// BMessage installedLanguages;
// be_locale_roster->GetInstalledLanguages(&installedLanguages);
// Try to instantiate a BCatalog for each language, it will only work
// for translations of this application. So the list of languages will be
// limited to catalogs written for this application, which is on purpose!
@@ -39,7 +39,6 @@ private:
BButton* fDesktopButton;
BButton* fInstallerButton;
// TODO: Should not be needed, see TODO in _PopulateLanguages()
BMessage fInstalledLanguages;
};