- removed empty header gl_convert.h

This commit is contained in:
Christoph Oelckers 2018-04-01 12:00:51 +02:00
parent 1461059dae
commit cd64655f97
6 changed files with 0 additions and 12 deletions

View File

@ -49,7 +49,6 @@
#include "gl/scene/gl_portal.h"
#include "gl/models/gl_models.h"
#include "gl/textures/gl_material.h"
#include "gl/utility/gl_convert.h"
#include "gl/renderer/gl_renderstate.h"
#include "gl/shaders/gl_shader.h"

View File

@ -53,7 +53,6 @@
#include "gl/scene/gl_scenedrawer.h"
#include "gl/textures/gl_material.h"
#include "gl/utility/gl_clock.h"
#include "gl/utility/gl_convert.h"
#include "gl/renderer/gl_quaddrawer.h"
#ifdef _DEBUG

View File

@ -67,7 +67,6 @@
#include "gl/stereo3d/scoped_view_shifter.h"
#include "gl/textures/gl_material.h"
#include "gl/utility/gl_clock.h"
#include "gl/utility/gl_convert.h"
//==========================================================================
//

View File

@ -36,7 +36,6 @@
#include "gl/scene/gl_drawinfo.h"
#include "gl/scene/gl_portal.h"
#include "gl/textures/gl_material.h"
#include "gl/utility/gl_convert.h"
CVAR(Bool,gl_noskyboxes, false, 0)

View File

@ -53,7 +53,6 @@
#include "v_video.h"
#include "g_levellocals.h"
#include "gl/utility/gl_clock.h"
#include "gl/utility/gl_convert.h"
#include "i_time.h"
glcycle_t RenderWall,SetupWall,ClipWall;

View File

@ -1,7 +0,0 @@
#ifndef __GLC_CONVERT
#define __GLC_CONVERT
#include "m_fixed.h"
#endif