1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

(automated whitespace clean-up)

This commit is contained in:
jules 2012-03-20 16:00:06 +00:00
parent dcb8351844
commit 56bbab1537
231 changed files with 0 additions and 231 deletions

View file

@ -23,7 +23,6 @@
==============================================================================
*/
DirectoryContentsDisplayComponent::DirectoryContentsDisplayComponent (DirectoryContentsList& listToShow)
: fileList (listToShow)
{

View file

@ -23,7 +23,6 @@
==============================================================================
*/
DirectoryContentsList::DirectoryContentsList (const FileFilter* const fileFilter_,
TimeSliceThread& thread_)
: fileFilter (fileFilter_),

View file

@ -23,7 +23,6 @@
==============================================================================
*/
FileBrowserComponent::FileBrowserComponent (int flags_,
const File& initialFileOrDirectory,
const FileFilter* fileFilter_,

View file

@ -23,7 +23,6 @@
==============================================================================
*/
FileChooser::FileChooser (const String& chooserBoxTitle,
const File& currentFileOrDirectory,
const String& fileFilters,

View file

@ -23,7 +23,6 @@
==============================================================================
*/
class FileChooserDialogBox::ContentComponent : public Component
{
public:

View file

@ -23,7 +23,6 @@
==============================================================================
*/
FileFilter::FileFilter (const String& filterDescription)
: description (filterDescription)
{

View file

@ -23,7 +23,6 @@
==============================================================================
*/
Image juce_createIconForFile (const File& file);

View file

@ -23,7 +23,6 @@
==============================================================================
*/
FileSearchPathListComponent::FileSearchPathListComponent()
: addButton ("+"),
removeButton ("-"),

View file

@ -23,7 +23,6 @@
==============================================================================
*/
Image juce_createIconForFile (const File& file);
//==============================================================================

View file

@ -23,7 +23,6 @@
==============================================================================
*/
FilenameComponent::FilenameComponent (const String& name,
const File& currentFile,
const bool canEditFilename,

View file

@ -23,7 +23,6 @@
==============================================================================
*/
ImagePreviewComponent::ImagePreviewComponent()
{
}

View file

@ -23,7 +23,6 @@
==============================================================================
*/
WildcardFileFilter::WildcardFileFilter (const String& fileWildcardPatterns,
const String& directoryWildcardPatterns,
const String& description_)