mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Tidy up
This commit is contained in:
parent
1059f7b022
commit
fc0f6b1f2f
27 changed files with 12 additions and 71 deletions
|
|
@ -81,10 +81,6 @@ FileSearchPathListComponent::FileSearchPathListComponent()
|
|||
updateButtons();
|
||||
}
|
||||
|
||||
FileSearchPathListComponent::~FileSearchPathListComponent()
|
||||
{
|
||||
}
|
||||
|
||||
void FileSearchPathListComponent::updateButtons()
|
||||
{
|
||||
const bool anythingSelected = listBox.getNumSelectedRows() > 0;
|
||||
|
|
|
|||
|
|
@ -45,9 +45,6 @@ public:
|
|||
/** Creates an empty FileSearchPathListComponent. */
|
||||
FileSearchPathListComponent();
|
||||
|
||||
/** Destructor. */
|
||||
~FileSearchPathListComponent() override;
|
||||
|
||||
//==============================================================================
|
||||
/** Returns the path as it is currently shown. */
|
||||
const FileSearchPath& getPath() const noexcept { return path; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue