Commit a45ea5b1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unused variable

parent f41c7c34
......@@ -78,7 +78,7 @@ DialogsProvider::DialogsProvider( intf_thread_t *_p_intf ) :
SDMapper = new QSignalMapper();
CONNECT( SDMapper, mapped (QString), this, SDMenuAction( QString ) );
DialogHandler *dialogHandler = new DialogHandler (p_intf, this );
new DialogHandler (p_intf, this );
}
DialogsProvider::~DialogsProvider()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment