diff --git a/code/nel/src/3d/driver/OpenGL3/driver_opengl_vertex_program.cpp b/code/nel/src/3d/driver/OpenGL3/driver_opengl_vertex_program.cpp deleted file mode 100644 index 4ff198926..000000000 --- a/code/nel/src/3d/driver/OpenGL3/driver_opengl_vertex_program.cpp +++ /dev/null @@ -1,43 +0,0 @@ -// NeL - MMORPG Framework -// Copyright (C) 2010 Winch Gate Property Limited -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as -// published by the Free Software Foundation, either version 3 of the -// License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. -// -// You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see . - -#include "stdopengl.h" - -#include "driver_opengl.h" -#include "nel/3d/index_buffer.h" -#include "nel/3d/vertex_program.h" -#include "nel/3d/vertex_program_parse.h" -#include - -// tmp -#include "nel/misc/file.h" - -using namespace std; -using namespace NLMISC; - -//#define DEBUG_SETUP_EXT_VERTEX_SHADER - -namespace NL3D { - -#ifdef NL_STATIC -namespace NLDRIVERGL3 { -#endif - -#ifdef NL_STATIC -} // NLDRIVERGL/ES -#endif - -} // NL3D