Skip to content

Commit

Permalink
Remove some unused code (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul authored Aug 2, 2024
1 parent a8d57c5 commit a34258d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 149 deletions.
2 changes: 0 additions & 2 deletions src-ui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ add_library(${PROJECT_NAME} STATIC
components/multi/ProcessorPane.cpp
components/multi/ProcessorPaneEQsFilters.cpp

components/widgets/ShortCircuitMenuButton.cpp

connectors/SCXTResources.cpp
connectors/JSONLayoutConsumer.cpp

Expand Down
1 change: 0 additions & 1 deletion src-ui/components/HeaderRegion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "sst/jucegui/components/ToggleButton.h"
#include "sst/jucegui/components/ToggleButtonRadioGroup.h"
#include "sst/jucegui/data/Discrete.h"
#include "widgets/ShortCircuitMenuButton.h"

namespace scxt::ui
{
Expand Down
1 change: 0 additions & 1 deletion src-ui/components/HeaderRegion.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

#include "sst/jucegui/components/ToggleButtonRadioGroup.h"
#include "sst/jucegui/data/Discrete.h"
#include "widgets/ShortCircuitMenuButton.h"
#include "HasEditor.h"

namespace scxt::ui
Expand Down
101 changes: 0 additions & 101 deletions src-ui/components/widgets/ShortCircuitMenuButton.cpp

This file was deleted.

44 changes: 0 additions & 44 deletions src-ui/components/widgets/ShortCircuitMenuButton.h

This file was deleted.

0 comments on commit a34258d

Please sign in to comment.