diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index 7d7ca38361..ab1910fd1e 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -142,7 +142,6 @@ bool VideoSoftware::Initialize(void* window_handle) SWOGLWindow::Init(window_handle); - PixelEngine::Init(); Clipper::Init(); Rasterizer::Init(); SWRenderer::Init();