summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-08-30 12:41:21 -0400
committerLioncash <mathew1800@gmail.com>2014-08-30 15:23:48 -0400
commit1d706b23114845dbd1e5b37260a25a8892681cc1 (patch)
tree3fca20b4f72fb28ba271022ba2c2a35da430977c /Source/Core/VideoBackends/Software/SWmain.cpp
parentaf79d28cfa973583d0d0bec2f7190417a5d739e4 (diff)
Get rid of C-style empty function parameter indicators
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp
index 7cbc278029..1cb76857bb 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -356,7 +356,7 @@ void VideoSoftware::Video_GatherPipeBursted()
SWCommandProcessor::GatherPipeBursted();
}
-bool VideoSoftware::Video_IsPossibleWaitingSetDrawDone(void)
+bool VideoSoftware::Video_IsPossibleWaitingSetDrawDone()
{
return false;
}