mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
Whitespace
This commit is contained in:
parent
3e63dc63ee
commit
598d6abd80
6 changed files with 0 additions and 7 deletions
|
|
@ -103,5 +103,3 @@ struct AudioPluginAppWizard : public NewProjectWizard
|
|||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -84,4 +84,3 @@ struct ConsoleAppWizard : public NewProjectWizard
|
|||
private:
|
||||
bool createMainCpp;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -119,4 +119,3 @@ struct GUIAppWizard : public NewProjectWizard
|
|||
private:
|
||||
bool createMainCpp, createWindow;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -41,4 +41,3 @@ struct StaticLibraryWizard : public NewProjectWizard
|
|||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -41,4 +41,3 @@ struct OpenGLAppWizard : public NewProjectWizard
|
|||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -53,4 +53,3 @@ private:
|
|||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (StartPageComponent)
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue