From 167b6d1b301d5d99208bf925827084dadf2629d0 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Wed, 1 Oct 2014 01:08:21 +0000 Subject: [PATCH] Remove dead call. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28368 e7fa87d3-cd2b-0410-9028-fcbf551c1848 --- StandAlone/StandAlone.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/StandAlone/StandAlone.cpp b/StandAlone/StandAlone.cpp index b500a50b..b0bee978 100644 --- a/StandAlone/StandAlone.cpp +++ b/StandAlone/StandAlone.cpp @@ -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 {