From de5301da33c957b17b129b29f07d3ddfec6a8dba Mon Sep 17 00:00:00 2001
From: twinaphex <autechre1024@hotmail.com>
Date: Fri, 12 Sep 2014 02:35:54 +0200
Subject: [PATCH] (D3D) RenderChain class is gone so get rid of this

---
 gfx/d3d9/d3d.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gfx/d3d9/d3d.hpp b/gfx/d3d9/d3d.hpp
index 5bcc66bebf..30b4acf9a0 100644
--- a/gfx/d3d9/d3d.hpp
+++ b/gfx/d3d9/d3d.hpp
@@ -59,8 +59,6 @@
 #include <string>
 #include <vector>
 
-class RenderChain;
-
 #if defined(_XBOX)
 #if defined(_XBOX1)
 #define D3DDevice_Presents(d3d, device) D3DDevice_Swap(0)