summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorNeoBrainX <NeoBrainX@gmail.com>2013-04-10 14:55:46 +0200
committerNeoBrainX <NeoBrainX@gmail.com>2013-04-10 14:55:46 +0200
commit7480f5dfd678bd5bb6b05b309155c81cfa2c42f5 (patch)
tree239e37c599cbbf1f0c5ad8b9b86c23aedeaf2607 /Source/Core
parente7a5847c304117c45cd1f9012101627043a58e95 (diff)
ShaderGenCommon: Clean up.
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/VideoCommon/Src/ShaderGenCommon.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Core/VideoCommon/Src/ShaderGenCommon.h b/Source/Core/VideoCommon/Src/ShaderGenCommon.h
index 5ad20aa3c7..e148fac54c 100644
--- a/Source/Core/VideoCommon/Src/ShaderGenCommon.h
+++ b/Source/Core/VideoCommon/Src/ShaderGenCommon.h
@@ -23,7 +23,6 @@
#include <string>
#include <vector>
#include <algorithm>
-#include <typeinfo>
#include "CommonTypes.h"
#include "VideoCommon.h"
@@ -168,12 +167,6 @@ struct LightingUidData
} lit_chans[4];
};
-struct pixel_shader_uid_data;
-struct vertex_shader_uid_data;
-
-typedef ShaderUid<pixel_shader_uid_data> PixelShaderUid;
-typedef ShaderUid<vertex_shader_uid_data> VertexShaderUid;
-
template<class UidT, class CodeT>
void CheckForUidMismatch(CodeT& new_code, const UidT& new_uid, const char* shader_type, const char* dump_prefix)
{