From 66f28707e73aae0de762aac45dbfb9a79dc96697 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Wed, 21 Jan 2015 18:57:41 +0100 Subject: [PATCH] VertexLoader: small clean up --- Source/Core/VideoCommon/VertexLoader.cpp | 6 ------ Source/Core/VideoCommon/VertexLoader_Color.cpp | 1 - 2 files changed, 7 deletions(-) diff --git a/Source/Core/VideoCommon/VertexLoader.cpp b/Source/Core/VideoCommon/VertexLoader.cpp index 4edb6a89ef..9538b1b11d 100644 --- a/Source/Core/VideoCommon/VertexLoader.cpp +++ b/Source/Core/VideoCommon/VertexLoader.cpp @@ -9,7 +9,6 @@ #include "VideoCommon/BoundingBox.h" #include "VideoCommon/DataReader.h" -#include "VideoCommon/LookUpTables.h" #include "VideoCommon/PixelEngine.h" #include "VideoCommon/VertexLoader.h" #include "VideoCommon/VertexLoader_Color.h" @@ -19,11 +18,6 @@ #include "VideoCommon/VideoCommon.h" #include "VideoCommon/VideoConfig.h" -#ifndef _WIN32 - #undef inline - #define inline -#endif - // This pointer is used as the source/dst for all fixed function loader calls u8* g_video_buffer_read_ptr; u8* g_vertex_manager_write_ptr; diff --git a/Source/Core/VideoCommon/VertexLoader_Color.cpp b/Source/Core/VideoCommon/VertexLoader_Color.cpp index 00255de00a..b0fc63d20e 100644 --- a/Source/Core/VideoCommon/VertexLoader_Color.cpp +++ b/Source/Core/VideoCommon/VertexLoader_Color.cpp @@ -4,7 +4,6 @@ #include "Common/CommonTypes.h" -#include "VideoCommon/LookUpTables.h" #include "VideoCommon/VertexLoader.h" #include "VideoCommon/VertexLoader_Color.h" #include "VideoCommon/VertexManagerBase.h"