Remove InitialiseLocale()

Setting the global locale is no longer needed, as Boost.Filesystem and
Boost.Locale are no longer used. All Boost dependencies are now
header-only.

Install language packs on Travis to ensure that the Turkish and Greek
locales exist for testing. Now that only header-only Boost libraries
are used, just download and extract the Boost archive on Travis.

change boost url
This commit is contained in:
Oliver Hamlet
2019-11-05 20:46:38 +00:00
parent 6a1184c8da
commit 8b0c057ca3
14 changed files with 32 additions and 77 deletions
-2
View File
@@ -31,8 +31,6 @@ Functions
.. doxygenfunction:: loot::IsCompatible
.. doxygenfunction:: loot::InitialiseLocale
.. doxygenfunction:: loot::CreateGameHandle
Interfaces