Skip to content

Commit

Permalink
Remove legacy center panel
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Jan 2, 2024
1 parent 337fa39 commit ca4beb6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 356 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ set(SourceFiles
src/PluginEditor.cpp
src/PluginProcessor.cpp

src/gui/panels/ValentineCenterPanel_legacy.h
src/gui/panels/ValentineCenterPanel.h
src/gui/panels/ValentineMainPanel.h
src/gui/panels/ValentineCenterPanel_legacy.cpp
src/gui/panels/ValentineCenterPanel.cpp
src/gui/panels/ValentineMainPanel.cpp

libs/tote_bag/dsp/AudioHelpers.h
Expand Down
289 changes: 0 additions & 289 deletions src/gui/panels/ValentineCenterPanel_legacy.cpp

This file was deleted.

63 changes: 0 additions & 63 deletions src/gui/panels/ValentineCenterPanel_legacy.h

This file was deleted.

4 changes: 2 additions & 2 deletions src/gui/panels/ValentineMainPanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#pragma once

#include "ValentineCenterPanel_legacy.h"
#include "ValentineCenterPanel.h"

#include "tote_bag/juce_gui/components/panels/PresetPanel.h"
#include "tote_bag/juce_gui/components/panels/VerticalMeterPanel.h"
Expand All @@ -37,5 +37,5 @@ class VMainPanel : public juce::Component
PresetPanel presetPanel;
VerticalMeterPanel inputMeterPanel;
VerticalMeterPanel outputMeterPanel;
CenterPanel centerPanel;
tote_bag::valentine::CenterPanel centerPanel;
};

0 comments on commit ca4beb6

Please sign in to comment.