Ref T310, removed "m_separator" from IMenuDelegate as it is not used

This commit is contained in:
Klaus Basan
2018-08-26 14:30:25 +02:00
parent 73ddec5147
commit 35b70db67d
13 changed files with 70 additions and 68 deletions

View File

@@ -177,8 +177,8 @@ namespace BlackGui
{
public:
//! Constructor
CLoadModelSetMenu(CDbOwnModelSetComponent *ownModelSetComponent, bool separator = true) :
Menus::IMenuDelegate(ownModelSetComponent, separator)
CLoadModelSetMenu(CDbOwnModelSetComponent *ownModelSetComponent) :
Menus::IMenuDelegate(ownModelSetComponent)
{}
//! \copydoc IMenuDelegate::customMenu