summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2016-06-26 08:06:23 +0200
committerdegasus <wickmarkus@web.de>2016-06-26 12:34:59 +0200
commitd79aeaa1e9b224b3bb147c605fb8ffd6e2bfc890 (patch)
tree4b3501c75657ecca47e85e3aa3fd4361641b78a3 /Source/Core/VideoBackends/Software/SWmain.cpp
parent5f2f4620676198bb63eeb169358435037491d4ad (diff)
VideoCommon: Drop GetConfigName.
We're past 5.0 now, so there is no need to look for old inis.
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;