summaryrefslogtreecommitdiff
path: root/src/FFT_Simulation_Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/FFT_Simulation_Manager.h')
-rw-r--r--src/FFT_Simulation_Manager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/FFT_Simulation_Manager.h b/src/FFT_Simulation_Manager.h
index d010ea2..d865a65 100644
--- a/src/FFT_Simulation_Manager.h
+++ b/src/FFT_Simulation_Manager.h
@@ -47,8 +47,6 @@ public:
virtual ~NVWaveWorks_FFT_Simulation_Manager() {};
- virtual HRESULT initD3D9(IDirect3DDevice9* /*pD3DDevice*/) { return S_OK; }
- virtual HRESULT initD3D10(ID3D10Device* /*pD3DDevice*/) { return S_OK; }
virtual HRESULT initD3D11(ID3D11Device* /*pD3DDevice*/) { return S_OK; }
virtual HRESULT initGL2(void* /*pGLContext*/) { return S_OK; }
virtual HRESULT initNoGraphics() { return S_OK; }