Fix building Web+ against updated locale kit (currently requires manually placing liblocalestub.a from Haiku's build tree)

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@527 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
anevilyak 2010-07-04 03:24:04 +00:00 committed by Alexandre Deckner
parent fdd4f3bbb8
commit ef6778d11e
2 changed files with 0 additions and 3 deletions

View File

@ -71,7 +71,6 @@ BrowserApp::BrowserApp()
fDownloadWindow(NULL),
fSettingsWindow(NULL)
{
be_locale->GetAppCatalog(&fAppCatalog);
}

View File

@ -77,8 +77,6 @@ private:
DownloadWindow* fDownloadWindow;
SettingsWindow* fSettingsWindow;
BCatalog fAppCatalog;
};