From 1d706b23114845dbd1e5b37260a25a8892681cc1 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 30 Aug 2014 12:41:21 -0400 Subject: Get rid of C-style empty function parameter indicators --- Source/Core/VideoBackends/Software/SWmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp') 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; } -- cgit v1.2.3