]> git.saurik.com Git - wxWidgets.git/commit
Remove superfluous call in wxTranslations::LoadCatalog().
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 16 Jun 2013 11:51:38 +0000 (11:51 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 16 Jun 2013 11:51:38 +0000 (11:51 +0000)
commit5fbd55b9461cdc6710a91d32a5927a0638fa38bc
tree450bfde14a2fd358582b3f1462ceb09899244c02
parent0ec98fd6c98c9605cbe7f5cf3c31230ff7f236b7
Remove superfluous call in wxTranslations::LoadCatalog().

This call to GetAvailableTranslations() did nothing, it's value was
ignored, and it was done before m_loader was checked for != NULL.
Probably some leftover debugging code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/translation.cpp