mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-12 22:22:41 +00:00
Remove redundant initialization
This commit is contained in:
parent
8e1fb126d7
commit
c110ffcdaa
17 changed files with 25 additions and 25 deletions
Source/Core/VideoBackends/Software
|
@ -83,7 +83,7 @@ std::unique_ptr<AbstractShader> SWRenderer::CreateShaderFromBinary(ShaderStage s
|
|||
class SWPipeline final : public AbstractPipeline
|
||||
{
|
||||
public:
|
||||
SWPipeline() : AbstractPipeline() {}
|
||||
SWPipeline() = default;
|
||||
~SWPipeline() override = default;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue