summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2016-09-04 11:48:54 +1200
committerGitHub <noreply@github.com>2016-09-04 11:48:54 +1200
commitf5fa5a7d325bb0a7dd46b5f1723e52c370eb93b8 (patch)
tree83d3623ee2567c0277dffb37b07a841b44a169e4 /Source/Core/VideoBackends/Software/SWmain.cpp
parent0f359000c54234a9a4728a432287b6a7e2389f0f (diff)
parent9d8f37301624681685c479e976d26f3d266c1129 (diff)
Merge pull request #4168 from EmptyChaos/coretiming-cleanup
Core: CoreTiming Cleanup (Add UnitTests)
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp1
1 files changed, 0 insertions, 1 deletions
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();