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:
@@ -64,7 +64,7 @@ BootPromptWindow::BootPromptWindow()
|
|||||||
B_TITLED_WINDOW, B_NOT_ZOOMABLE | B_NOT_MINIMIZABLE | B_NOT_CLOSABLE
|
B_TITLED_WINDOW, B_NOT_ZOOMABLE | B_NOT_MINIMIZABLE | B_NOT_CLOSABLE
|
||||||
| B_AUTO_UPDATE_SIZE_LIMITS)
|
| 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);
|
be_locale_roster->GetInstalledLanguages(&fInstalledLanguages);
|
||||||
|
|
||||||
fInfoTextView = new BTextView("info", be_plain_font, NULL, B_WILL_DRAW);
|
fInfoTextView = new BTextView("info", be_plain_font, NULL, B_WILL_DRAW);
|
||||||
@@ -267,12 +267,6 @@ BootPromptWindow::_PopulateLanguages()
|
|||||||
// be_locale_roster->GetInstalledCatalogs(&installedCatalogs);
|
// be_locale_roster->GetInstalledCatalogs(&installedCatalogs);
|
||||||
// installedCatalogs.PrintToStream();
|
// 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
|
// Try to instantiate a BCatalog for each language, it will only work
|
||||||
// for translations of this application. So the list of languages will be
|
// for translations of this application. So the list of languages will be
|
||||||
// limited to catalogs written for this application, which is on purpose!
|
// limited to catalogs written for this application, which is on purpose!
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ private:
|
|||||||
BButton* fDesktopButton;
|
BButton* fDesktopButton;
|
||||||
BButton* fInstallerButton;
|
BButton* fInstallerButton;
|
||||||
|
|
||||||
// TODO: Should not be needed, see TODO in _PopulateLanguages()
|
|
||||||
BMessage fInstalledLanguages;
|
BMessage fInstalledLanguages;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user