diff options
Diffstat (limited to 'src/video_core/rasterizer_interface.h')
| -rw-r--r-- | src/video_core/rasterizer_interface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/rasterizer_interface.h b/src/video_core/rasterizer_interface.h index 6007e8c2e..5ee4f8e8e 100644 --- a/src/video_core/rasterizer_interface.h +++ b/src/video_core/rasterizer_interface.h | |||
| @@ -28,8 +28,6 @@ class RasterizerInterface { | |||
| 28 | public: | 28 | public: |
| 29 | virtual ~RasterizerInterface() {} | 29 | virtual ~RasterizerInterface() {} |
| 30 | 30 | ||
| 31 | virtual void InitMemoryMananger(Tegra::MemoryManager& memory_manager) = 0; | ||
| 32 | |||
| 33 | /// Draw the current batch of vertex arrays | 31 | /// Draw the current batch of vertex arrays |
| 34 | virtual void DrawArrays() = 0; | 32 | virtual void DrawArrays() = 0; |
| 35 | 33 | ||