mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
core/gui: use = default instead of trivial constructor/destructor
reported by clang-tidy Note: drop throw() specifier as it is the 'default' in C++11 for destructor
This commit is contained in:
@@ -734,10 +734,6 @@ void MainEmuFrame::AppendKeycodeNamesToMenuOptions() {
|
||||
// "Extensible" Plugin Menus
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
PerPluginMenuInfo::~PerPluginMenuInfo() throw()
|
||||
{
|
||||
}
|
||||
|
||||
void PerPluginMenuInfo::Populate( PluginsEnum_t pid )
|
||||
{
|
||||
if( !pxAssert(pid < PluginId_Count) ) return;
|
||||
|
||||
Reference in New Issue
Block a user