summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp
index d5b9bed4ca..d34395570d 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -134,11 +134,6 @@ std::string VideoSoftware::GetDisplayName() const
return "Software Renderer";
}
-std::string VideoSoftware::GetConfigName() const
-{
- return "gfx_software";
-}
-
void VideoSoftware::InitBackendInfo()
{
g_Config.backend_info.APIType = API_NONE;