Skip to content

Commit

Permalink
appease codefactor 2 electric boogaloo
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRobotMusic committed Jan 2, 2025
1 parent eb95119 commit 339e168
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/SlewDistortion/SlewDistortion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ namespace lmms

extern "C"
{

Plugin::Descriptor PLUGIN_EXPORT slewdistortion_plugin_descriptor =
{
LMMS_STRINGIFY(PLUGIN_NAME),
Expand All @@ -45,7 +44,6 @@ Plugin::Descriptor PLUGIN_EXPORT slewdistortion_plugin_descriptor =
nullptr,
nullptr,
};

}


Expand Down Expand Up @@ -698,13 +696,11 @@ void SlewDistortion::changeSampleRate()

extern "C"
{

// necessary for getting instance out of shared lib
PLUGIN_EXPORT Plugin* lmms_plugin_main(Model* parent, void* data)
{
return new SlewDistortion(parent, static_cast<const Plugin::Descriptor::SubPluginFeatures::Key*>(data));
}

}

} // namespace lmms

0 comments on commit 339e168

Please sign in to comment.