Commit 167b6d1b by John Kessenich

Remove dead call.

parent fccfb5a9
...@@ -703,7 +703,6 @@ int C_DECL main(int argc, char* argv[]) ...@@ -703,7 +703,6 @@ int C_DECL main(int argc, char* argv[])
// //
if (Options & EOptionLinkProgram) { if (Options & EOptionLinkProgram) {
glslang::InitializeProcess(); glslang::InitializeProcess();
GLSL_STD_450::Initialize();
CompileAndLinkShaders(); CompileAndLinkShaders();
glslang::FinalizeProcess(); glslang::FinalizeProcess();
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment