Skip to content

Commit

Permalink
Deprecate ValentineCenterPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Nov 25, 2023
1 parent 7a57a16 commit e30c08c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.h
src/gui/panels/ValentineCenterPanel_legacy.h
src/gui/panels/ValentineMainPanel.h
src/gui/panels/ValentineCenterPanel.cpp
src/gui/panels/ValentineCenterPanel_legacy.cpp
src/gui/panels/ValentineMainPanel.cpp

libs/tote_bag/dsp/AudioHelpers.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
==============================================================================
*/

#include "ValentineCenterPanel.h"
#include "ValentineCenterPanel_legacy.h"
#include "BinaryData.h"
#include "PluginProcessor.h"
#include "ValentineParameters.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@

class ValentineAudioProcessor;

/** Component holding Valentine's main set
* of controls. Deprecated.
*/
class CenterPanel : public juce::Component
{
public:
Expand Down
2 changes: 1 addition & 1 deletion 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.h"
#include "ValentineCenterPanel_legacy.h"

#include "tote_bag/juce_gui/components/panels/PresetPanel.h"
#include "tote_bag/juce_gui/components/panels/VerticalMeterPanel.h"
Expand Down

0 comments on commit e30c08c

Please sign in to comment.