mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
LP-29 remove osx workaround in welcome plugin (should work now...)
This commit is contained in:
parent
ec92b9c41a
commit
c1d0d03ba0
@ -52,14 +52,10 @@ WelcomePlugin::WelcomePlugin()
|
||||
|
||||
WelcomePlugin::~WelcomePlugin()
|
||||
{
|
||||
// The below code is commented out to avoid having the application
|
||||
// crash when it is terminated. TODO: Fix a real solution.
|
||||
/*
|
||||
if (m_welcomeMode) {
|
||||
removeObject(m_welcomeMode);
|
||||
delete m_welcomeMode;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
/*! Initializes the plugin. Returns true on success.
|
||||
|
Loading…
Reference in New Issue
Block a user