mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +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
|
|
@ -375,9 +375,7 @@ void GLFragmentDecompilerThread::Task()
|
|||
m_shader = Decompile();
|
||||
}
|
||||
|
||||
GLFragmentProgram::GLFragmentProgram()
|
||||
{
|
||||
}
|
||||
GLFragmentProgram::GLFragmentProgram() = default;
|
||||
|
||||
GLFragmentProgram::~GLFragmentProgram()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue