mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Remove redundant initialization
This commit is contained in:
parent
8e1fb126d7
commit
c110ffcdaa
17 changed files with 25 additions and 25 deletions
|
@ -66,7 +66,7 @@ std::unique_ptr<AbstractShader> Renderer::CreateShaderFromBinary(ShaderStage sta
|
|||
class NullPipeline final : public AbstractPipeline
|
||||
{
|
||||
public:
|
||||
NullPipeline() : AbstractPipeline() {}
|
||||
NullPipeline() = default;
|
||||
~NullPipeline() override = default;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue