rsx: Apply Clang-Tidy fix "modernize-use-equals-default"

This commit is contained in:
scribam 2019-06-08 09:33:48 +02:00 committed by kd-11
parent 635695ac78
commit 44265aa27d
24 changed files with 64 additions and 89 deletions

View file

@ -332,9 +332,7 @@ void GLVertexDecompilerThread::Task()
m_shader = Decompile();
}
GLVertexProgram::GLVertexProgram()
{
}
GLVertexProgram::GLVertexProgram() = default;
GLVertexProgram::~GLVertexProgram()
{