summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-08-30 15:28:47 -0400
committerLioncash <mathew1800@gmail.com>2014-08-30 15:28:47 -0400
commit77aef014a0352d819e8ea63bafb6262b9af485cb (patch)
tree50e90cc1c60d8744e35b9c18b99264c8c9b2726f /Source/Core/VideoBackends/Software/SWmain.cpp
parent265504bc234172e0a279e2369aebc7d8790ad1e2 (diff)
parent1d706b23114845dbd1e5b37260a25a8892681cc1 (diff)
Merge pull request #909 from lioncash/void
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;
}