removed dead code

This commit is contained in:
Patrick von Reth 2014-07-07 23:17:57 +02:00
parent dd7790c190
commit 286c0bf33e
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ SnorePlugin::SnorePlugin ( const QString &name ) :
SnorePlugin::~SnorePlugin()
{
snoreDebug( SNORE_DEBUG ) << m_name << this << "deleted";
deinitialize();
}
bool SnorePlugin::initialize( SnoreCore *snore )