Commit 167b6d1b by John Kessenich

Remove dead call.

parent fccfb5a9
......@@ -703,7 +703,6 @@ int C_DECL main(int argc, char* argv[])
//
if (Options & EOptionLinkProgram) {
glslang::InitializeProcess();
GLSL_STD_450::Initialize();
CompileAndLinkShaders();
glslang::FinalizeProcess();
} 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