Skip to content

Commit

Permalink
Delete useless vars
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Mar 6, 2024
1 parent 5acbaf2 commit 2294811
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/gin_plugin/components/gin_plugineditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,6 @@ class ProcessorEditor : public ProcessorEditorBase,
void paint (juce::Graphics& g) override;
void resized() override;

std::unique_ptr<UpdateChecker> updateChecker;
std::unique_ptr<NewsChecker> newsChecker;

PatchBrowser patchBrowser { slProc };
TitleBar titleBar { *this, slProc, patchBrowser };
};

0 comments on commit 2294811

Please sign in to comment.