Unused include and variable.

This commit is contained in:
Pentarctagon 2023-03-22 10:55:52 -05:00
parent b9acc00597
commit c6a6f8aa57
2 changed files with 0 additions and 3 deletions

View file

@ -39,8 +39,6 @@
#include "game_config_view.hpp"
#ifdef _WIN32
#include "log_windows.hpp"
#include <boost/locale.hpp>
#include <windows.h>

View file

@ -1052,7 +1052,6 @@ int main(int argc, char** argv)
assert(!args.empty());
#ifdef _WIN32
bool log_redirect = true;
_putenv("PANGOCAIRO_BACKEND=fontconfig");
_putenv("FONTCONFIG_PATH=fonts");
#endif