mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
rsx: Apply Clang-Tidy fix "modernize-use-equals-default"
This commit is contained in:
parent
635695ac78
commit
44265aa27d
24 changed files with 64 additions and 89 deletions
|
|
@ -332,9 +332,7 @@ void GLVertexDecompilerThread::Task()
|
|||
m_shader = Decompile();
|
||||
}
|
||||
|
||||
GLVertexProgram::GLVertexProgram()
|
||||
{
|
||||
}
|
||||
GLVertexProgram::GLVertexProgram() = default;
|
||||
|
||||
GLVertexProgram::~GLVertexProgram()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue