diff --git a/Building-for-Windows.md b/Building-for-Windows.md index ff079ee..0ff79c4 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -12,10 +12,6 @@ - Just-In-Time debugger - C++ profiling tools (pulls in graphics debugging features) - Test Adapter for Google Test -- clang-format 7 - - Install a 7.x version of the LLVM tools from http://releases.llvm.org - - In VS, Options > Text Editor > C/C++ > Formatting > General, enable "Use custom clang-format.exe file" and point it to the binary. - - You could also use Tools\lint.sh via WSL to execute a linux-native version over the dolphin sources ## Get and Build Dolphin ### Clone